ComponentOne Scheduler for WPF and Silverlight
FromXml(XmlNode) Method

C1.C1Schedule Namespace > BasePersistableObject Class > FromXml Method : FromXml(XmlNode) Method
An System.Xml.XmlNode which contains the object data.
Loads an object from the specified System.Xml.XmlNode.
Syntax
'Declaration
 
Public Overloads Overridable Function FromXml( _
   ByVal node As System.Xml.XmlNode _
) As System.Boolean
public virtual System.bool FromXml( 
   System.Xml.XmlNode node
)

Parameters

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

Return Value

Returns true if object has been changed.
See Also

Reference

BasePersistableObject Class
BasePersistableObject Members
Overload List