| Class | Description |
 | ChooseExtentPage |
Mobile application page used to define a map extent.
|
 | Clause |
Class that connects ClauseParts
|
 | ClausePartViewModel |
Abstract view-model class that represents a single condition for a single
data column or property of a feature layer within a search clause.
|
 | ClausePartViewModelEventArgs |
Event arguments passed by the clause part events.
|
 | ClauseViewModel |
Abstract class that represents a set of one or more conditions (called
parts) for a single data column or property of a feature layer.
|
 | Condition |
Condition represents a part of a search criteria.
|
 | DataColumnClausePart |
Search clause part that defines an attribute condition.
|
 | DataColumnClauseViewModel |
The set of conditions for a particular DataColumn. May contain one or
more parts.
|
 | DataColumnCondition |
Condition that is tied to a particular field or DataColumn.
|
 | DateCondition |
Condition that specifies a date criteria for a column value.
|
 | GenericEqualsCondition |
Condition that specifies a criteria where the condition value is equal to the column value.
|
 | NumericCondition |
Condition that specifies a numeric criteria for a column value.
|
 | NumericRangeCondition |
Condition that specifies a number range for a particular column.
|
 | Search |
Object that represents a Search criteria for the SearchFeaturesTask.
|
 | SearchAreaClausePart |
Search clause part that defines a spatial extent condition.
|
 | SearchAreaClauseViewModel |
The set of spatial extents to restrict the search to. This only ever
contains one part.
|
 | SearchCriteriaPage |
Mobile application page used to view/edit the criteria of a search.
|
 | SearchEventArgs |
Event arguments passed by search events.
|
 | SearchFeaturesTask |
SearchFeaturesTask is a Task that represents the starting point for the
(multi-step) search workflow. The SearchFeaturesTask is completely
non-visual and is responsible for creating and coordinating the display
and navigation of multiple controls. Each of these controls represents a
step in the workflow.
|
 | SearchHomePage |
Mobile application page used to manage a collection of search operations.
|
 | SearchResultsPage |
Mobile application page used for displaying the results of a search.
|
 | SearchValueEventArgs | |
 | SearchViewModel |
View-Model class that wraps a Search object.
|
 | StringCondition |
Condition that specifes a string criteria for a column value.
|
 | UserDefinedCondition |
Condition that is defined by a user-specified string and can be found
with it's key.
|