Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / C1RulesEngine Class / Save Method
The System.IO.Stream where the data will be saved.

In This Topic
    Save Method (C1RulesEngine)
    In This Topic
    Saves the Rules definition into a System.IO.Stream.
    Syntax
    'Declaration
     
    Public Sub Save( _
       ByVal stream As Stream _
    ) 
    public void Save( 
       Stream stream
    )

    Parameters

    stream
    The System.IO.Stream where the data will be saved.
    See Also