ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / ItemRange Class / ReadXml Method
The System.Xml.XmlReader stream from which the object is deserialized.

In This Topic
    ReadXml Method (ItemRange)
    In This Topic
    Generates an ItemRange from its XML representation.
    Syntax
    'Declaration
     
    
    Public Sub ReadXml( _
       ByVal reader As XmlReader _
    ) 
    public void ReadXml( 
       XmlReader reader
    )

    Parameters

    reader
    The System.Xml.XmlReader stream from which the object is deserialized.
    See Also