C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / BaseObject Class / ToXml Method / ToXml(XmlWriter) Method
The System.Xml.XmlWriter that will receive the object data.

In This Topic
ToXml(XmlWriter) Method
In This Topic
Saves an object into specified System.Xml.XmlWriter.
Syntax
'Declaration
 
Public Overloads Overrides Sub ToXml( _
   ByVal writer As System.Xml.XmlWriter _
) 
 

Parameters

writer
The System.Xml.XmlWriter that will receive the object data.
See Also