[]
Represents a filter based on several logical conditions.
public class ConditionFilter : BaseFilter, IC1ColumnFilter2, IC1ColumnFilter
| Name | Description |
|---|---|
| ConditionFilter() | Initializes a new instance of a ConditionFilter. |
| Name | Description |
|---|---|
| AndConditions | Gets or sets whether the Condition1 and Condition2 filter conditions should be combined with an 'And' or with an 'Or' operator. |
| Condition1 | Gets the first filter condition. |
| Condition2 | Gets the second filter condition. |
| Conditions | Gets the set of logical conditions defined for the filtering. |
| IsActive | Gets a value that determines whether the filter is active. |
| Name | Description |
|---|---|
| Apply(object) | Applies the filter to a value. |
| Clone() | Creates a clone of this ConditionFilter. |
| GetEditor() | Gets the editor used to modify the filter at run time. |
| ReadXmlDefinition(XmlReader) | Reads XML definition of the filter. |
| Reset() | Resets the filter making it inactive. |
| WriteXmlDefinition(XmlWriter) | Writes XML definition of the filter. |