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.
TypeThe type of filtering applied.
ColumnThe name of the column to be filtered.
ValueContains the value of the field, with the type specified by T.

Generic Types

NameDescription
TGeneric type of value property.