Class ActionElement
Action executed by the engine when the rule fires.
public class ActionElement : ExpressionElement
- Inheritance
-
ActionElement
- Inherited Members
- Extension Methods
Fields
DefaultTrigger
Default value for action trigger.
public const ActionTrigger DefaultTrigger = Activated | Reactivated
Field Value
Properties
ActionTrigger
Activation events that trigger this action.
public ActionTrigger ActionTrigger { get; }
Property Value
ElementType
Element type of this rule element.
public override ElementType ElementType { get; }