ESRI.ArcGIS.Mobile.Client
ESRI.ArcGIS.Mobile.Client.Tasks.SearchFeatures Namespace
See Also  Inheritance Hierarchy Send Feedback

Classes

 ClassDescription
ClassChooseExtentPage Mobile application page used to define a map extent.
ClassClause Class that connects ClauseParts
ClassClausePartViewModel Abstract view-model class that represents a single condition for a single data column or property of a feature layer within a search clause.
ClassClausePartViewModelEventArgs Event arguments passed by the clause part events.
ClassClauseViewModel Abstract class that represents a set of one or more conditions (called parts) for a single data column or property of a feature layer.
ClassCondition Condition represents a part of a search criteria.
ClassDataColumnClausePart Search clause part that defines an attribute condition.
ClassDataColumnClauseViewModel The set of conditions for a particular DataColumn. May contain one or more parts.
ClassDataColumnCondition Condition that is tied to a particular field or DataColumn.
ClassDateCondition Condition that specifies a date criteria for a column value.
ClassGenericEqualsCondition Condition that specifies a criteria where the condition value is equal to the column value.
ClassNumericCondition Condition that specifies a numeric criteria for a column value.
ClassNumericRangeCondition Condition that specifies a number range for a particular column.
ClassSearch Object that represents a Search criteria for the SearchFeaturesTask.
ClassSearchAreaClausePart Search clause part that defines a spatial extent condition.
ClassSearchAreaClauseViewModel The set of spatial extents to restrict the search to. This only ever contains one part.
ClassSearchCriteriaPage Mobile application page used to view/edit the criteria of a search.
ClassSearchEventArgs Event arguments passed by search events.
ClassSearchFeaturesTask 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.
ClassSearchHomePage Mobile application page used to manage a collection of search operations.
ClassSearchResultsPage Mobile application page used for displaying the results of a search.
ClassSearchValueEventArgs  
ClassSearchViewModel View-Model class that wraps a Search object.
ClassStringCondition Condition that specifes a string criteria for a column value.
ClassUserDefinedCondition Condition that is defined by a user-specified string and can be found with it's key.

Interfaces

 InterfaceDescription
InterfaceIClausePart Interface that defines part of clause.

Enumerations

 EnumerationDescription
EnumerationClauseConnector Enumeration that defines connectors that can connect two clause parts.
EnumerationDateCondition.DateRange Enumeration of DateRanges for a DateCondition
EnumerationSearchArea Enumeration of area to search.

See Also