Click or drag to resize

FilterCondition Methods

The FilterCondition type exposes the following members.

Methods
  NameDescription
Public methodStatic memberComparisonTypeToString
Returns the wording string representation of the specified comparison type.
Public methodGetXml
Gets the contents of the filter condition as XElements.
Public methodIsSatisfiedBy
Returns whether the FilterCondition is satisfied by the given value.
Public methodStatic memberReadFromXml
Reads the filter condition from XML input.
Public methodStatic memberStringToComparisonType
Returns the comparison type, matching the specified input string.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also