ComponentOne Scheduler for WinForms
FromXml(XmlNode) Method

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > Appointment Class > FromXml Method : FromXml(XmlNode) Method
An System.Xml.XmlNode which contains the Appointment data.
Reconstructs appointment from an System.Xml.XmlNode.
Syntax
'Declaration
 
Public Overloads Overrides Function FromXml( _
   ByVal node As System.Xml.XmlNode _
) As System.Boolean
public override System.bool FromXml( 
   System.Xml.XmlNode node
)

Parameters

node
An System.Xml.XmlNode which contains the Appointment data.

Return Value

True if appointment has been changed.
See Also

Reference

Appointment Class
Appointment Members
Overload List