PocketPlanner Programmer's Guide

XmlSerializationContext Constructor (Schedule, XmlDocument)

See Also

Initializes a new instance of the XmlSerializationContext class.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public XmlSerializationContext (
    Schedule schedule,
    XmlDocument document
)

Visual Basic

Public Sub XmlSerializationContext ( _
    schedule As Schedule, _
    document As XmlDocument _
)

 Parameters

schedule
The Schedule this class will operate on.
document
The .NET XmlDocument to serialize/deserialize to/from.

 See Also