Saves the item data to an XML document.
Namespace: MindFusion.Scheduling
|
C# |
---|
public virtual void SaveTo ( |
Visual Basic |
---|
Public Overridable Sub SaveTo ( _ |
The writer parameter wraps an XML document to which the item is being serialized. If you override this method in your own item class, you must also override LoadFrom, so that each element written by SaveTo method is read by LoadFrom.