ESRI.ArcGIS.ADF.Web | |
Generic ValueRange Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace : Generic ValueRange Class |
The following tables list the members exposed by Generic ValueRange.
Name | Description | |
---|---|---|
ValueRange Constructor | Constructs a ValueRange object. |
Name | Description | |
---|---|---|
Bounds | The setting for whether a match occurs for the ValueRange if the value equals the MinValue or MaxValue. | |
MaxValue | Gets or sets the maximum value. | |
MinValue | Gets or sets the minimum value. | |
Symbol | Gets or sets the symbol displayed for features with values corresponding to this value or value range. (Inherited from Value<T>) | |
SymbolLabel | Gets or sets the label used in the legend for this value. (Inherited from Value<T>) |
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. Determines whether the input value satisfies the current value object's criteria for a match. | |
ToJson | Overridden. Serializes to JSON. |