public abstract class QueryField extends Object
Base class for query fields.
| Modifier and Type | Field and Description |
|---|---|
protected String |
FieldName
Field Name.
|
protected MailQueryBuilder |
owner
Owner of this object.
|
| Modifier | Constructor and Description |
|---|---|
protected |
QueryField(String fieldName,
MailQueryBuilder owner)
Initializes a new instance of the ComparisonField class.
|
protected final String FieldName
Field Name.
protected MailQueryBuilder owner
Owner of this object.
protected QueryField(String fieldName, MailQueryBuilder owner)
Initializes a new instance of the ComparisonField class.
fieldName - Name of the field.owner - Owner of ComparisonField object.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.