MindFusion.Wpf Pack Programmer's Guide
Schedule.LoadFromXml Method (XDocument)
See Also
 





Loads schedule data from an XML document.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public void LoadFromXml (
    XDocument document
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    document As XDocument _
)

 Parameters

document

An XmlDocument instance that allows reading data from the XML document.

 Remarks

Loads schedule items from an XML document previously created by SaveToXml. Any data contained in the schedule is discarded before the items stored in the reader are loaded.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace
SaveToXml Method