[]
The Filter's abstract class defined by a ValueFilter and a ConditionFilter. Both filters must be satisfied by values.
public abstract class ColumnFilterBase<T>
| Name | Description |
|---|---|
| T | type of filter behavior |
| Name | Description |
|---|---|
| Column | Gets the Column on which this column filter operates. |
| ConditionFilter | Gets the ConditionFilter in this filter. |
| DataType | Gets the type of data with which this filter operates. |
| FilterType | |
| IsActive | Gets a value that indicates whether this filter is active. |
| Owner | Gets the Filter that owns this column filter. |
| ValueFilter | Gets the ValueFilter in this filter. |
| Name | Description |
|---|---|
| Apply(object) | Applies the filter to a given value. |
| Clear() | Clears this filter. |