ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / RuleCollection Class
Members

In This Topic
    RuleCollection Class
    In This Topic
    The collections of base rules.
    Object Model
    RuleCollection Class
    Syntax
    'Declaration
     
    Public Class RuleCollection 
       Inherits System.Collections.Generic.List(Of BaseRule)
    public class RuleCollection : System.Collections.Generic.List<BaseRule> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          C1.WPF.ExpressionEditor.RuleCollection

    See Also