ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Model Namespace / RuleCollection Class
Members

In This Topic
    RuleCollection Class
    In This Topic
    Represents the collection of rules.
    Syntax
    'Declaration
     
    
    Public Class RuleCollection 
       Inherits System.ComponentModel.BindingList(Of IRule)
       Implements IRuleCollection 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.ComponentModel.BindingList<T>
             C1.Win.RulesManager.Model.RuleCollection

    See Also