Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / Appointment Class / FromXml Method / FromXml(XmlNode) Method
An System.Xml.XmlNode which contains the Appointment data.

In This Topic
    FromXml(XmlNode) Method
    In This Topic
    Reconstructs appointment from an System.Xml.XmlNode.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function FromXml( _
       ByVal node As XmlNode _
    ) As Boolean
    public override bool FromXml( 
       XmlNode node
    )

    Parameters

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

    Return Value

    True if appointment has been changed.
    See Also