Class FilterGroupElement
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
Filters
List of filters the group element contains.
public IEnumerable<FilterElement> Filters { get; }