FilterGroup
The FilterGroup
class implements IFilterGroup and represents a group of filters combined using a logical operator.
Properties
Name | Description |
---|---|
Operator | The logical operator used to combine the filters. |
Filters | The list of filters contained within the group. |
Constructors
Name | Description |
---|---|
FilterGroup(filters, operator) | Initializes a new instance of the FilterGroup class. |