Skip to main content

FilterItem<T>

The FilterItem<T> class implements IFilterItemlt;Tgt; and defines a filtering criterion with a specific value type.

Properties

NameDescription
NotIndicates whether the filter condition should be negated.
ColumnThe name of the column to be filtered.
TypeThe type of filtering applied.
ValueThe type of filtering applied.
ItemTypeThe type of the filter item.

Constructors

NameDescription
FilterItem(column, not, type, value)Initializes a new instance of the FilterItem<T> class.

Generic Types

NameDescription
TGeneric type of value property.