Saves the header to the specified XElement using the specified context.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual void SaveToXml ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub SaveToXml( _ |
An XElement the header's data should be stored into.
An XmlPersistContext object providing contextual information about the serialization process and some helper serialization methods.
See Also