ESRI.ArcGIS.ADF.Web.DataSources
FromJson Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace > LayerInfoBase Class : FromJson Method




deserializedJson
Deserialized JSON string with properties
Populates properties using JSON string.

Syntax

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

Parameters

deserializedJson
Deserialized JSON string with properties

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.