Represents the integer search field. More...
Inherits Aspose::Email::Tools::Search::ComparisonField.
Public Member Functions | |
IntComparisonField (System::String fieldName, System::SharedPtr< MailQueryBuilder > owner) | |
Initializes a new instance of the IntComparisonField class. More... | |
System::SharedPtr< MailQuery > | Equals (int32_t value) |
Indicates that field must be equal to the specified value. More... | |
System::SharedPtr< MailQuery > | NotEquals (int32_t value) |
Indicates that field must not be equal to the specified value. More... | |
System::SharedPtr< MailQuery > | Less (int32_t value) |
Indicates that field must be less than the specified value. More... | |
System::SharedPtr< MailQuery > | Greater (int32_t value) |
Indicates that field must be greater than the specified value. More... | |
System::SharedPtr< MailQuery > | LessOrEqual (int32_t value) |
Indicates that field must be less or equal to the specified value. More... | |
System::SharedPtr< MailQuery > | GreaterOrEqual (int32_t value) |
Indicates that field must be greater or equal to the specified value. More... | |
Public Member Functions inherited from Aspose::Email::Tools::Search::ComparisonField | |
void | OrderBy (bool ascending) |
Sets value which indicates if client uses ascending or descending sorting on the Field. More... | |
System::SharedPtr< MailQuery > | Exists (bool value) |
Additional Inherited Members | |
Protected Member Functions inherited from Aspose::Email::Tools::Search::ComparisonField | |
ComparisonField (System::String fieldName, System::SharedPtr< MailQueryBuilder > owner) | |
Initializes a new instance of the ComparisonField class. More... | |
virtual System::SharedPtr< MailQuery > | CreateKey (System::String name, System::String value, System::String comparsionOperator) |
Creates the search key. More... | |
System::SharedPtr< MailQuery > | CreateKey (System::String name, System::SharedPtr< System::BoxedValueBase > value, System::String comparsionOperator) |
Creates the search key. More... | |
Protected Member Functions inherited from Aspose::Email::Tools::Search::QueryField | |
QueryField (System::String fieldName, System::SharedPtr< MailQueryBuilder > owner) | |
Initializes a new instance of the ComparisonField class. More... | |
Protected Attributes inherited from Aspose::Email::Tools::Search::QueryField | |
System::String | FieldName |
Field Name. More... | |
System::SharedPtr< MailQueryBuilder > | owner |
Owner of this object. More... | |
Represents the integer search field.
Aspose::Email::Tools::Search::IntComparisonField::IntComparisonField | ( | System::String | fieldName, |
System::SharedPtr< MailQueryBuilder > | owner | ||
) |
Initializes a new instance of the IntComparisonField class.
fieldName | Name of the field. |
owner | Owner of ComparisonField field object. |
System::SharedPtr<MailQuery> Aspose::Email::Tools::Search::IntComparisonField::Equals | ( | int32_t | value | ) |
Indicates that field must be equal to the specified value.
value | The value. |
System::SharedPtr<MailQuery> Aspose::Email::Tools::Search::IntComparisonField::Greater | ( | int32_t | value | ) |
Indicates that field must be greater than the specified value.
value | The value. |
System::SharedPtr<MailQuery> Aspose::Email::Tools::Search::IntComparisonField::GreaterOrEqual | ( | int32_t | value | ) |
Indicates that field must be greater or equal to the specified value.
value | The value. |
System::SharedPtr<MailQuery> Aspose::Email::Tools::Search::IntComparisonField::Less | ( | int32_t | value | ) |
Indicates that field must be less than the specified value.
value | The value. |
System::SharedPtr<MailQuery> Aspose::Email::Tools::Search::IntComparisonField::LessOrEqual | ( | int32_t | value | ) |
Indicates that field must be less or equal to the specified value.
value | The value. |
System::SharedPtr<MailQuery> Aspose::Email::Tools::Search::IntComparisonField::NotEquals | ( | int32_t | value | ) |
Indicates that field must not be equal to the specified value.
value | The value. |
|
friend |
|
friend |
|
friend |
|
friend |