ESRI.ArcGIS.ADF.Web | |
StringValue Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace : StringValue Class |
The following tables list the members exposed by StringValue.
Name | Description | |
---|---|---|
StringValue Constructor | Overloaded. Constructs a StringValue object. |
Name | Description | |
---|---|---|
ComparisonMethod | Gets or sets the ComparisonMethod (IsExact or IsContained). | |
ComparisonString | Gets or sets the comparison string. | |
Symbol |
Gets or sets the symbol displayed for features with values corresponding to this value or value range.
(Inherited from ESRI.ArcGIS.ADF.Web.Display.Renderer.Value< | |
SymbolLabel |
Gets or sets the label used in the legend for this value.
(Inherited from ESRI.ArcGIS.ADF.Web.Display.Renderer.Value< |
Name | Description | |
---|---|---|
Clone | Overridden. Creates a deep clone of the current Object. | |
FromJson | Overridden. Populates properties using JSON string. Use FromJson static method on base class where available to deserialize from string into an instance of the type specified in the JSON string, if type is not known. | |
MapsToValue | Overridden. Tests whether a value matches the StringValue's ComparisonString, based on the ComparisonMethod. | |
ToJson | Overridden. Serializes to JSON. |