Reconstructs appointment from an XmlNode.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public override bool FromXml(
	XmlNode node
)
Visual Basic (Declaration)
Public Overrides Function FromXml ( _
	node As XmlNode _
) As Boolean

Parameters

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

Return Value

True if appointment has been changed.

See Also