[]
Filter composed of two Condition elements that can be combined using an 'and' or an 'or' operator.
public class ConditionFilter
Name | Description |
---|---|
AndConditions | Gets or sets how the two conditions should be combined ('and' or 'or'). |
Condition1 | Gets or sets the first condition of the filter. |
Condition2 | Gets or sets the second condition of the filter. |
DataType | Gets the type of data that this filter works on. |
IsActive | Gets a value that indicates whether the filter is active. |
Name | Description |
---|---|
Apply(object) | Applies the filter to a given value. |
Clear() | Clears this filter. |