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. |
| Type | The type of filtering applied. |
| Column | The name of the column to be filtered. |
| Value | Contains the value of the field, with the type specified by T. |
Generic Types
| Name | Description |
|---|---|
| T | Generic type of value property. |