IFilterItemlt;Tgt;
The IFilterItem<T>
interface extends IFilterItem and defines a generic filtering criterion with a specific value type.
Properties
Name | Description |
---|---|
Not | Indicates whether the filter condition should be negated. |
Column | The name of the column to be filtered. |
Type | The type of filtering applied. |
Value | Contains the value of the field, with the type specified by T . |
Generic Types
Name | Description |
---|---|
T | Generic type of value property. |