ESRI.ArcGIS.ADF.Web
CreateFromJson(Generic IDictionary) Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > Generic Value Class > CreateFromJson Method : CreateFromJson(Generic IDictionary) Method




deserializedJson
Deserialized JSON version of the Value object.
Creates a Value object from a JSON representation.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function CreateFromJson( _
   ByVal deserializedJson As IDictionary(Of String, Object) _
) As Value(Of T)
Visual Basic (Usage)Copy Code
Dim deserializedJson As IDictionary(Of String, Object)
Dim value As Value(Of T)
 
value = Value(Of T).CreateFromJson(deserializedJson)
C# 
public static Value<T> CreateFromJson( 
   IDictionary<string, object> deserializedJson
)

Parameters

deserializedJson
Deserialized JSON version of the Value object.

Return Value

New Value object.

See Also

© 2010 All Rights Reserved.