Loads an object from the specified 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 object data.

See Also