[]
        
(Showing Draft Content)

C1.C1Schedule.Appointment.FromXml

FromXml Method

FromXml(XmlNode)

Reconstructs appointment from an XmlNode.

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

An XmlNode which contains the Appointment data.

Returns
Type Description
bool

True if appointment has been changed.

Overrides

FromXml(XmlReader)

Reconstructs appointment from an XmlReader.

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

An XmlReader which contains the Appointment data.

Returns
Type Description
bool

True if appointment has been changed.

Overrides