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


The following tables list the members exposed by NumericRangeCondition.

Public Properties

 NameDescription
Public PropertyConnector Gets or sets the connector that connects this Clause Part with the next Clause Part. (Inherited from Condition)
Public PropertyDisplayStringOverridden.  Gets the display string for this condition.  
Public PropertyQueryPromptStringOverridden.  Gets the display string for this condition.  
Public PropertyRequiresValue True to prompt for value while executing query (Inherited from Condition)
Top

Public Methods

 NameDescription
Public MethodGetSchema This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead. (Inherited from Condition)
Public MethodReadJsonOverridden.  Generates an object from its JSON representation.  
Public MethodReadXmlOverridden.  Generates an object from its XML representation.  
Public MethodToStringOverridden.  Returns a string representation of the ojbect.  
Public MethodWriteJsonOverridden.  Converts an object into its JSON representation.  
Public MethodWriteXmlOverridden.  Converts an object into its XML representation.  
Top

See Also