ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / C1RulesManager Class / LoadRules Method / LoadRules(XmlReader) Method

In This Topic
    LoadRules(XmlReader) Method
    In This Topic
    Loads the Rules definition from an System.Xml.XmlReader.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function LoadRules( _
       ByVal reader As XmlReader _
    ) As Boolean
    public virtual bool LoadRules( 
       XmlReader reader
    )

    Parameters

    reader
    See Also