ESRI.ArcGIS.ADF.Web
FromJson Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > SimpleRenderer Class : FromJson Method




deserializedJson
Deserialized JSON string with properties
Populates properties using JSON string. Use CreateFromJson 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.

Syntax

Visual Basic (Declaration) 
Public Sub FromJson( _
   ByVal deserializedJson As IDictionary(Of String, Object) _
) 
Visual Basic (Usage)Copy Code
Dim instance As SimpleRenderer
Dim deserializedJson As IDictionary(Of String, Object)
 
instance.FromJson(deserializedJson)
C# 
public void FromJson( 
   IDictionary<string, object> deserializedJson
)

Parameters

deserializedJson
Deserialized JSON string with properties

See Also

© 2010 All Rights Reserved.