ASP.NET Pack Programmer's Guide
XmlPersistContext Constructor
See Also
 





Initializes a new instance of the XmlPersistContext class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public XmlPersistContext (
    Diagram diagram,
    XmlDocument document,
    int fileVersion
)

Visual Basic  Copy Code

Public New ( _
    diagram As Diagram, _
    document As XmlDocument, _
    fileVersion As Integer _
)

 Parameters

diagram
The Diagram that will be serialized or deserialized.
document

An XmlDocument instance representing the XML file.

fileVersion
Specifies the current file format number.

 See Also

XmlPersistContext Class
MindFusion.Diagramming Namespace