Defines set of values for selected field to search. More...
Inherits Aspose::Email::Tools::Search::QueryField.
Public Member Functions | |
System::ArrayPtr< System::SharedPtr< SequenceSetBaseValue > > | get_Values () |
Gets values to search More... | |
SequenceSetField (System::String fieldName, System::SharedPtr< Aspose::Email::Tools::Search::MailQueryBuilder > owner) | |
Initializes a new instance of the ComparisonField class. More... | |
void | Add (System::SharedPtr< SequenceSetBaseValue > value) |
Adds value to search. More... | |
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | CreateQuery () |
Creates the search key. More... | |
System::String | ToString () const override |
Returns a String which represents the object instance. More... | |
Static Public Member Functions | |
static System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | to_MailQuery (System::SharedPtr< SequenceSetField > seqSetField) |
Friends | |
class | Aspose::Email::Clients::Imap::ImapQueryBuilder |
Additional Inherited Members | |
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... | |
Defines set of values for selected field to search.
Aspose::Email::Clients::Imap::SequenceSetField::SequenceSetField | ( | System::String | fieldName, |
System::SharedPtr< Aspose::Email::Tools::Search::MailQueryBuilder > | owner | ||
) |
Initializes a new instance of the ComparisonField class.
fieldName | Name of the field. |
owner | Owner of ComparisonField object. |
void Aspose::Email::Clients::Imap::SequenceSetField::Add | ( | System::SharedPtr< SequenceSetBaseValue > | value | ) |
Adds value to search.
value | Value to search |
System::SharedPtr<Aspose::Email::Tools::Search::MailQuery> Aspose::Email::Clients::Imap::SequenceSetField::CreateQuery | ( | ) |
Creates the search key.
System::ArrayPtr<System::SharedPtr<SequenceSetBaseValue> > Aspose::Email::Clients::Imap::SequenceSetField::get_Values | ( | ) |
Gets values to search
|
static |
|
override |
Returns a String which represents the object instance.
|
friend |