Skip to main content

FilterGroup Constructors

An object defining constructors for the FilterGroup class.

FilterGroup(filters, operator)

Initializes a new instance of the FilterGroup class.

Parameters:

filters (required): IReadOnlyList<IFilter>
The list of filters to be combined. Defaults to an empty list if null.

operator (required): FilterGroupOperator
The logical operator to apply to the filters (AND, OR).