Class | Description | |
---|---|---|
![]() | Clause | Class that connects ClauseParts |
![]() | Condition | Condition represents a part of a search criteria. |
![]() | 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. |
![]() | SearchFeaturesTask | Task that is used for searching features on a map. |
![]() | SearchResultsPage | Page that shows results of a search in the SearchFeaturesTask. |
![]() | SearchValueEventArgs | |
![]() | 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. |
Interface | Description | |
---|---|---|
![]() | IClausePart | Interface that defines part of clause. |
Enumeration | Description | |
---|---|---|
![]() | ClauseConnector | Enumeration that defines connectors that can connect two clause parts. |
![]() | DateCondition.DateRange | Enumeration of DateRanges for a DateCondition |
![]() | SearchArea | Enumeration of area to search. |