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




deserializedJson
Deserialized JSON version of the Value object.
Recreates the Value object from a deserialized JSON version.

Syntax

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

Parameters

deserializedJson
Deserialized JSON version of the Value object.

See Also

© 2010 All Rights Reserved.