Saves an object to the specified XmlWriter.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public virtual void ToXml(
	XmlWriter writer
)
Visual Basic
Public Overridable Sub ToXml ( _
	writer As XmlWriter _
)

Parameters

writer
Type: System.Xml..::..XmlWriter
The XmlWriter that will receive the object data.

See Also