Creates an XML encoding of the appointment.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public override void ToXml( XmlWriter writer ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Sub ToXml ( _ writer As XmlWriter _ ) |
Parameters
- writer
- Type: System.Xml..::..XmlWriter
The XmlWriter that will receive the object data.