Click or drag to resize

FilterConditionEncoding Class

Provides methods for encoding and decoding of FilterCondition in the model specific format.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Core.SpecialTypesFilterConditionEncoding

Namespace:  Aloe.EnterpriseOne.Model.Core.SpecialTypes
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static class FilterConditionEncoding

The FilterConditionEncoding type exposes the following members.

Methods
  NameDescription
Public methodStatic memberComparisonTypeToString
Returns the wording string representation of the specified comparison type.
Public methodStatic memberGetXml
Gets the contents of the filter condition as XElements.
Public methodStatic memberReadFromXml
Reads the filter condition from XML input.
Public methodStatic memberStringToComparisonType
Returns the comparison type, matching the specified input string.
Top
See Also