Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / C1RulesManager Class / Load Method
The System.IO.Stream from which the data will be loaded.

In This Topic
    Load Method (C1RulesManager)
    In This Topic
    Loads the rules definition from a System.IO.Stream.
    Syntax
    'Declaration
     
    Public Sub Load( _
       ByVal stream As Stream _
    ) 
    public void Load( 
       Stream stream
    )

    Parameters

    stream
    The System.IO.Stream from which the data will be loaded.
    See Also