[]
        
(Showing Draft Content)

C1.Schedule.BasePersistableObject.FromXml

FromXml Method

FromXml(XmlNode)

Loads an object from the specified System.Xml.XmlNode.

Declaration
public virtual bool FromXml(XmlNode node)
Parameters
Type Name Description
XmlNode node

An System.Xml.XmlNode which contains the object data.

Returns
Type Description
bool

Returns true if object has been changed.

FromXml(XmlReader)

Loads an object from the specified System.Xml.XmlReader.

Declaration
public virtual bool FromXml(XmlReader reader)
Parameters
Type Name Description
XmlReader reader

An System.Xml.XmlReader which contains the object data.

Returns
Type Description
bool

Returns true if object has been changed.

FromXml(Stream)

Loads an object from the specified Stream.

Declaration
public bool FromXml(Stream stream)
Parameters
Type Name Description
Stream stream

The Stream that contains the object data.

Returns
Type Description
bool

Returns true if object has been changed.