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.
    Object Model
    RuleCollection ClassIRule Interface
    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