[]
        
(Showing Draft Content)

C1.Schedule.BasePersistableObject.ToXml

ToXml Method

ToXml(XmlWriter)

Saves an object to the specified System.Xml.XmlWriter.

Declaration
public virtual void ToXml(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer

The System.Xml.XmlWriter that will receive the object data.

ToXml(Stream)

Saves an object to the specified Stream.

Declaration
public void ToXml(Stream stream)
Parameters
Type Name Description
Stream stream

The Stream that contains the object data.