ComparisonField Class

Base class that represents one search field.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Tools.SearchQueryField
    Aspose.Email.Tools.SearchComparisonField
      More...

Namespace:  Aspose.Email.Tools.Search
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public abstract class ComparisonField : QueryField

The ComparisonField type exposes the following members.

Constructors
  NameDescription
Protected methodComparisonField
Initializes a new instance of the ComparisonField class.
Methods
  NameDescription
Protected methodCreateKey(String, Enum, String)
Creates the search key.
Protected methodCreateKey(String, String, String)
Creates the search key.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Protected fieldFieldName
Field Name.
(Inherited from QueryField.)
Protected fieldowner
Owner of this object.
(Inherited from QueryField.)
See Also
Inheritance Hierarchy