Skip to main content

IFilterItemlt;Tgt;

The IFilterItem<T> interface extends IFilterItem and defines a generic 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.
ValueContains the value of the field, with the type specified by T.

Generic Types

NameDescription
TGeneric type of value property.