Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / BaseObject Class / FromXml Method / FromXml(XmlReader) Method
An System.Xml.XmlReader which contains the object data.

In This Topic
    FromXml(XmlReader) Method
    In This Topic
    Loads an object from the specified System.Xml.XmlReader.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function FromXml( _
       ByVal reader As XmlReader _
    ) As Boolean
    public override bool FromXml( 
       XmlReader reader
    )

    Parameters

    reader
    An System.Xml.XmlReader which contains the object data.

    Return Value

    Returns true if object has been changed.
    See Also