Click or drag to resize

Condition Properties

The Condition type exposes the following members.

Properties
  NameDescription
Public propertyAnyFieldChanged
If set, then a change on just one of the fields will fullfil the condition. If not set, all the fields must be changed for the condition to evaluate to true.
Public propertyConditionType
Public propertyFields
Public propertyFilter
Filter is normally null (even though FilterId > 0).
Public propertyFilterId
DataObjectFilter Id. Can be 0 (not all conditions have a filter).
Public propertyFirstTimeCheckPeriod
Only used if FirstTimeOnly is true. If so the event will fire once in every period of time. FirstTimeCheckPeriod is ignored if it is zero - meaning that the event will only fire once.
Public propertyFirstTimeOnly
Used when event type is either TimerExecuted or ObjectModified. If true the event will only fire once or once every period as specified in FirstTimeCheckPeriod.
Public propertyHasFirstTimeCheckPeriod
Has a (valid) period been specified?
Public propertyId
Public propertyUId
Top
See Also