[]
Provides a CustomFilter class that specifies an operator and a value.
public class FilterCondition : ISerializeSupport
Public Class FilterCondition
Implements ISerializeSupport
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 |
---|---|
Deserialize(XmlNodeReader) | Loads the object from XML. |
Serialize(XmlTextWriter) | Saves the object to XML. |