[]
Filter defined by a list of values that should be accepted. If the list is empty, all values satisfy the filter.
public class ValueFilter
Name | Description |
---|---|
ValueFilter(Type) | Initializes a new instance of a ColumnFilter. |
Name | Description |
---|---|
DataType | Gets the type of data that this filter works on. |
IsActive | Gets a value that indicates whether the filter is active. |
Values | Gets or sets the list of values that satisfy this filter. If the list is empty, the filter is disabled. |
Name | Description |
---|---|
Apply(object) | Applies the filter to a given value. |
Clear() | Clears this filter. |