FilterCondition Methods |
The FilterCondition type exposes the following members.
| Name | Description | |
|---|---|---|
| ComparisonTypeToString |
Returns the wording string representation of the specified comparison type.
| |
| GetXml |
Gets the contents of the filter condition as XElements.
| |
| IsSatisfiedBy |
Returns whether the FilterCondition is satisfied by the given value.
| |
| ReadFromXml |
Reads the filter condition from XML input.
| |
| StringToComparisonType |
Returns the comparison type, matching the specified input string.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |