Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / BaseObject Class / FromXml Method / FromXml(XmlNode) Method
An System.Xml.XmlNode which contains the object data.

In This Topic
    FromXml(XmlNode) Method
    In This Topic
    Loads an object from the specified 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 object data.
    See Also