Search
Header.LoadFromXml Method
See Also
 






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

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

 Syntax

C#  Copy Code

protected virtual void LoadFromXml (
    XElement element,
    XmlPersistContext context
)

Visual Basic  Copy Code

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

 Parameters

element

An XElement containing the header's data.

context

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

 See Also