Class FilterElement
Filter that determines which rule matches should trigger rule actions.
public class FilterElement : ExpressionElement
- Inheritance
-
FilterElement
- Inherited Members
- Extension Methods
Properties
ElementType
Element type of this rule element.
public override ElementType ElementType { get; }
Property Value
FilterType
Type of rule match filter.
public FilterType FilterType { get; }