Table of Contents

Class ActionGroupElement

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

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

IEnumerable<ActionElement>

ElementType

Element type of this rule element.

public override ElementType ElementType { get; }

Property Value

ElementType