Class ActionGroupElement
Rule element that groups actions that run when the rule fires.
public class ActionGroupElement : RuleElement
- Inheritance
-
ActionGroupElement
- Inherited Members
- Extension Methods
Properties
Actions
List of actions the group element contains.
public IEnumerable<ActionElement> Actions { get; }
Property Value
ElementType
Element type of this rule element.
public override ElementType ElementType { get; }