Skip to main content

FilterGroup

The FilterGroup class implements IFilterGroup and represents a group of filters combined using a logical operator.

Properties

NameDescription
OperatorThe logical operator used to combine the filters.
FiltersThe list of filters contained within the group.

Constructors

NameDescription
FilterGroup(filters, operator)Initializes a new instance of the FilterGroup class.