SeekToConditionItemView class
Constructors
- SeekToConditionItemView(SearchFilter condition, int pageSize)
- Initializes a new instance of the
- SeekToConditionItemView.withBasePoint(SearchFilter condition, int pageSize, OffsetBasePoint offsetBasePoint)
- Initializes a new instance of the
Properties
- condition ↔ SearchFilter?
-
getter/setter pair
- Condition ↔ SearchFilter?
-
Gets or sets the condition for seek. Available search filter classes include SearchFilter.IsEqualTo,
SearchFilter.ContainsSubString and SearchFilter.SearchFilterCollection. If SearchFilter
is null, no search filters are applied.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- offsetBasePoint ↔ OffsetBasePoint
-
getter/setter pair
- OffsetBasePoint ↔ OffsetBasePoint
-
Gets or sets the base point of the offset.
getter/setter pair
- orderBy ↔ OrderByCollection
-
getter/setter pair
- OrderBy → OrderByCollection
-
Gets the properties against which the returned items should be ordered.
no setter
- pageSize ↔ int
-
getter/setter pair
- PageSize ↔ int
-
The maximum number of items or folders the search operation should return.
getter/setter pair
- propertySet ↔ PropertySet?
-
getter/setter pairinherited
- PropertySet ↔ PropertySet?
-
Gets or sets the property set. PropertySet determines which properties will be loaded on found items. If PropertySet is null,
all first class properties are loaded on found items.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceObjType ↔ ServiceObjectType?
-
getter/setter pair
- traversal ↔ ItemTraversal?
-
getter/setter pair
- Traversal ↔ ItemTraversal?
-
Gets or sets the search traversal mode. Defaults to ItemTraversal.Shallow.
getter/setter pair
Methods
-
GetMaxEntriesReturned(
) → int -
Gets the maximum number of items or folders the search operation should return.
override
-
GetPropertySetOrDefault(
) → PropertySet -
Gets the property set or the default.
inherited
-
GetServiceObjectType(
) → ServiceObjectType? -
Gets the type of service object this view applies to.
override
-
GetViewXmlElementName(
) → String -
Gets the name of the view XML element.
override
-
InternalValidate(
ServiceRequestBase request) → void -
Validates this view.
override
-
InternalWriteSearchSettingsToXml(
EwsServiceXmlWriter writer, Grouping? groupBy) → void -
Internals the write search settings to XML.
override
-
InternalWriteViewToXml(
EwsServiceXmlWriter writer) → void -
Write to XML.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
SetServiceObjectType(
ServiceObjectType objType) → void - Sets the type of service object this view applies to.
-
toString(
) → String -
A string representation of this object.
inherited
-
WriteAttributesToXml(
EwsServiceXmlWriter writer) → void -
Writes the attributes to XML.
override
-
WriteOrderByToXml(
EwsServiceXmlWriter writer) → void -
Writes OrderBy property to XML.
override
-
WriteToXml(
EwsServiceXmlWriter writer, Grouping? groupBy) → void -
Writes to XML.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited