Loads an object from the specified XmlNode.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public virtual bool FromXml( XmlNode node ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function FromXml ( _ node As XmlNode _ ) As Boolean |
Parameters
- node
- Type: System.Xml..::..XmlNode
An XmlNode which contains the object data.