Classes that allow programmatic access to RightEdge triggers.

Classes

  ClassDescription
AndTrigger
Built in trigger that signals a triggered condition when all of the inputs are triggered.
ComparisonTrigger
Built in trigger that signals a triggered condition when the values in the two series match the comparison function.
ConstantTrigger
RightEdge built in Constant trigger.
CrossOver
Built in trigger that signals a triggered condition when the signal series crosses over the base series.
CrossUnder
Built in trigger that signals a triggered condition when the signal series crosses under the base series.
DateTimeTrigger
Built in trigger that signals a triggered condition when the specified date element value matches the specified comparison type.
NotTrigger
Built in trigger that signals a trigger condition when an input is not triggered.
OrTrigger
Built in trigger that signals a trigger condition when any of the inputs defined are triggered.

Enumerations

  EnumerationDescription
ComparisonTrigger..::.CompType
Comparison type enumerations.
DateTimeTrigger..::.CompType
Date/Time comparison type enumerations.