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





Saves the header to the specified JsonObject using the specified context.

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

 Syntax

C#  Copy Code

protected virtual void SaveToJson (
    JsonObject obj,
    JsonPersistContext context
)

Visual Basic  Copy Code

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

 Parameters

obj

context

 See Also

Header Members
Header Class
MindFusion.Diagramming.Lanes Namespace