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