Table of Contents

Class TriggerType

Namespace
L5Sharp.Enums
Assembly
L5Sharp.dll

Represents an enumeration of all TriggerType options for a given Trend.

public class TriggerType : LogixEnum<TriggerType, string>, IEquatable<LogixEnum<TriggerType, string>>, IComparable<LogixEnum<TriggerType, string>>
Inheritance
TriggerType
Implements
Inherited Members

Fields

EventTrigger

Represents a EventTrigger TriggerType value.

public static readonly TriggerType EventTrigger

Field Value

TriggerType

NoTrigger

Represents a NoTrigger TriggerType value.

public static readonly TriggerType NoTrigger

Field Value

TriggerType