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


The following tables list the members exposed by DataColumnClausePart.

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 PropertyCondition Gets the condition of the search clause part.  
Public PropertyDataColumnClauseViewModel Gets the data column search clause that the part belongs to.  
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