ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls Namespace / JsonRestoreHelper Class / RestoreStateFromJson Method
The instance whose properties need be resored.
The state which is parsed from the json string.

In This Topic
    RestoreStateFromJson Method (JsonRestoreHelper)
    In This Topic
    Restore the states from the json string.
    Syntax
    'Declaration
     
    Public Shared Sub RestoreStateFromJson( _
       ByVal instance As System.Object, _
       ByVal state As System.Object _
    ) 
    public static void RestoreStateFromJson( 
       System.object instance,
       System.object state
    )

    Parameters

    instance
    The instance whose properties need be resored.
    state
    The state which is parsed from the json string.
    See Also