Search
Header.LoadFromJson Method
See Also
 






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

Namespace: MindFusion.Diagramming.Lanes
Assembly: 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