The Rule type exposes the following members.

Properties

  NameDescription
Public propertyActions
The collection of Actions to perform when this Rule's conditions are met
Public propertyEnabled
Toggle evaluation/execution of this rule.
Public propertyGroups
Named rule groups (within the parent RuleSetConfiguration) to which this rule belongs.
Public propertyId
The Id of the Rule.
Public propertyIgnoreGroups
Specifies whether this rule should be evaluated no matter which group is active.
Public propertyInAllGroups
Specifies whether this rule is a member of all rule groups of the rule set it belongs to.
Public propertyIndex
Specifies the order to display and execute this rule in relation to other rules in the parent rule set.
Public propertyInStartupGroup
Specifies whether this rule is a member of the unnamed group that the rule set evaluates first.
Public propertyRepetition
Specifies how often the rule should be re-evaluated.
Public propertyTerminateOnAction
Specifies the manner in which rule evaluation should be stopped after this rule runs its actions.

See Also