[]
Provides a CustomFilter class that specifies an operator and a value.
public class FilterCondition : ISerializeSupport, ICloneable
Public Class FilterCondition
Implements ISerializeSupport, ICloneable
| Name | Description |
|---|---|
| FilterCondition(CustomFilterOperatorType, object) | Creates a new filter condition. |
| Name | Description |
|---|---|
| Operator | Gets or sets the operator for filter comparision. |
| Value | Gets or sets the value used for filter criteria. |
| Name | Description |
|---|---|
| Clone() | Creates a new object that is a copy of the current instance. |
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| Serialize(XmlTextWriter) | Saves the object to XML. |