Class TriggerType
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
NoTrigger
Represents a NoTrigger TriggerType value.
public static readonly TriggerType NoTrigger