ArcGIS Runtime SDK for WPF - Library Reference
QueryParameter Class Members
See Also  Properties  Methods  Events
ESRI.ArcGIS.Client.WebMap Namespace : QueryParameter Class


The following tables list the members exposed by QueryParameter.

Public Constructors

 NameDescription
public ConstructorQueryParameter Constructor  
Top

Public Properties

 NameDescription
public PropertyDefaultValueGets or sets the default value to compare with the field's value in the event that a user does not provide another value.  
public PropertyFieldGets or sets the name of the field (attribute) on which the query will be executed.  
public PropertyHelpTipGets or sets the help tip explaining what input would be valid. For example, "A value between 0 and 10".  
public PropertyOperatorGets or sets the operator (<, >, =, etc) to be used to compare the field's value.  
public PropertyPromptGets or sets the message to be displayed to the user to indicate what the user input represents. For example, "Earthquake Magnitude:". This message should usually be displayed adjacent to the textfield.  
Top

Public Methods

 NameDescription
public MethodAddCustomPropertyAdds the custom property. (Inherited from ESRI.ArcGIS.Client.WebMap.WebMapObject)
public MethodGetCustomPropertyGets the custom property. (Inherited from ESRI.ArcGIS.Client.WebMap.WebMapObject)
Top

Public Events

 NameDescription
public EventPropertyChangedOccurs when a property value changes. (Inherited from ESRI.ArcGIS.Client.WebMap.WebMapObject)
Top

See Also

© ESRI, Inc. All Rights Reserved.