Table of Contents

Class ActionElement

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

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

ActionTrigger

Properties

ActionTrigger

Activation events that trigger this action.

public ActionTrigger ActionTrigger { get; }

Property Value

ActionTrigger

ElementType

Element type of this rule element.

public override ElementType ElementType { get; }

Property Value

ElementType