Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesCollection Class / SetSource Method

In This Topic
    SetSource Method (RulesCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub SetSource( _
       ByVal collection As C1.DataCollection.IDataCollection(Of RulesEngineRule) _
    ) 
    protected void SetSource( 
       C1.DataCollection.IDataCollection<RulesEngineRule> collection
    )

    Parameters

    collection
    See Also