Search
Header.SaveToXml Method
See Also
 






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

Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void SaveToXml (
    XElement element,
    XmlPersistContext context
)

Visual Basic  Copy Code

Protected Overridable Sub SaveToXml( _
    element As XElement, _
    context As XmlPersistContext _
)

 Parameters

element

An XElement the header's data should be stored into.

context

An XmlPersistContext object providing contextual information about the serialization process and some helper serialization methods.

 See Also