Table of Contents

Class GroupElement

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

Grouping element that logically combines the patterns or other grouping elements.

public abstract class GroupElement : RuleElement
Inheritance
GroupElement
Derived
Inherited Members
Extension Methods

Properties

ChildElements

List of child elements in the grouping.

public IEnumerable<RuleElement> ChildElements { get; }

Property Value

IEnumerable<RuleElement>