Table of Contents

Class AutomationEntryPointType

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Represents an Automation entry point type.

public sealed class AutomationEntryPointType
Inheritance
AutomationEntryPointType
Extension Methods

Remarks

Feature introduced in DataMiner 9.5.12 (RN 18229).

Properties

DelegateType

Gets the entry point delegate type.

ID

Gets the Automation entry point type ID.

Methods

Equals(AutomationEntryPointType)

Determines whether the specified object is equal to the current object.

Equals(object)

Determines whether the specified object is equal to the current object.

GetEntryPointTypeByID(Types)

Retrieves the entry point type by ID.

GetHashCode()

Calculates the hash code for this object.

Operators

operator ==(AutomationEntryPointType, AutomationEntryPointType)

Determines whether the two specified objects are equal.

operator !=(AutomationEntryPointType, AutomationEntryPointType)

Determines whether the two specified objects are not equal.