[]
        
(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)
Public Overridable Function FromXml(node As XmlNode) As Boolean
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)
Public Overridable Function FromXml(reader As XmlReader) As Boolean
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)
Public Function FromXml(stream As Stream) As Boolean
Parameters
Type Name Description
Stream stream

The Stream that contains the object data.

Returns
Type Description
bool

Returns true if object has been changed.