Initializes a new instance of the XmlSerializationContext class.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public XmlSerializationContext ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The Schedule this class will operate on.
The file version of the file being deserialized.
The XDocument to serialize/deserialize to/from.
See Also