Search
Header.LoadFromXml Method
See Also
 





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

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

 Syntax

C#  Copy Code

protected virtual void LoadFromXml (
    XmlElement element,
    XmlPersistContext context
)

Visual Basic  Copy Code

Protected Overridable Sub LoadFromXml( _
    element As XmlElement, _
    context As XmlPersistContext _
)

 Parameters

element
An XmlElement containing the header's data.
context
An XmlPersistContext object providing contextual information about the serialization process and some helper serialization methods.

 See Also