[]
        
(Showing Draft Content)

C1.Schedule.BaseObject.FromXml

FromXml Method

FromXml(XmlNode)

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

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

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

Returns
Type Description
bool
Overrides

FromXml(XmlReader)

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

Declaration
public override 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.

Overrides