Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / BasePersistableObject 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 Overridable Function FromXml( _
       ByVal node As XmlNode _
    ) As Boolean
    public virtual bool FromXml( 
       XmlNode node
    )

    Parameters

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

    Return Value

    Returns true if object has been changed.
    See Also