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


The following tables list the members exposed by SearchViewModel.

Public Properties

 NameDescription
Public PropertyClauses The collection of search criteria used in the search.  
Public PropertyFeatureSourceInfo The feature layer the search is performed against.  
Public PropertyFeatureType The types of feature the search is looking for.  
Public PropertyName The name of the search.  
Top

Protected Properties

 NameDescription
Protected PropertyThrowOnInvalidPropertyName Determines whether to throw an exception (true) or use Debug.Fail() (false) when an invalid property name is passed to VerifyPropertyName. This is false by default but derived classes may set/override this property. (Inherited from ESRI.ArcGIS.Mobile.Client.ObservableObject)
Top

Protected Methods

 NameDescription
Protected MethodOnPropertyChanged Raises the PropertyChanged event. (Inherited from ESRI.ArcGIS.Mobile.Client.ObservableObject)
Protected MethodVerifyPropertyName Verifies that the object contains a property with the given name. This method does not exist in a release build. (Inherited from ESRI.ArcGIS.Mobile.Client.ObservableObject)
Top

Public Events

 NameDescription
Public EventPropertyChanged Occurs when a property value changes. (Inherited from ESRI.ArcGIS.Mobile.Client.ObservableObject)
Top

See Also