ASP.NET Pack Programmer's Guide
Header.LoadFromJson Method
See Also
 





Loads the header from the specified JsonObject using the specified context.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void LoadFromJson (
    JsonObject obj,
    JsonPersistContext context
)

Visual Basic  Copy Code

Protected Overridable Sub LoadFromJson( _
    obj As JsonObject, _
    context As JsonPersistContext _
)

 Parameters

obj

context

 See Also

Header Members
Header Class
MindFusion.Diagramming.Lanes Namespace