Table of Contents

Class FilterGroupElement

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

Rule element that groups filters that determine which rule matches should trigger rule actions.

public class FilterGroupElement : RuleElement
Inheritance
FilterGroupElement
Inherited Members
Extension Methods

Properties

ElementType

Element type of this rule element.

public override ElementType ElementType { get; }

Property Value

ElementType

Filters

List of filters the group element contains.

public IEnumerable<FilterElement> Filters { get; }

Property Value

IEnumerable<FilterElement>