ESRI.ArcGIS.Mobile.Client
SearchAreaClausePart Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.SearchFeatures Namespace : SearchAreaClausePart Class


The following tables list the members exposed by SearchAreaClausePart.

Public Properties

 NameDescription
Public PropertyCanRemoveOverridden.  Gets a flag indicating whether or not the clause part can be removed from the search clause.  
Public PropertyCaption Gets the textual description of the clause part. (Inherited from ClausePartViewModel)
Public PropertyClauseViewModel Gets the search clause that the part belongs to. (Inherited from ClausePartViewModel)
Public PropertyCustomSearchExtent Gets or sets the envelope defining the specific area to search when SearchArea is Custom.  
Public PropertySearchArea Gets or sets the spatial area to search.  
Top

Public Methods

 NameDescription
Public MethodRemoveOverridden.  Removes the clause part from the search clause.  
Top

Protected Methods

 NameDescription
Protected MethodOnPropertyChanged Raises the PropertyChange event. (Inherited from ClausePartViewModel)
Top

Public Events

 NameDescription
Public EventPropertyChanged Raised when a property value has been modified. (Inherited from ClausePartViewModel)
Top

See Also