C1.Win.RulesManager.Model Namespace / RuleCollection Class
Members

RuleCollection Class
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