Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineRange Class / RulesEngineRange Constructor / RulesEngineRange Constructor(Int32,Int32)
The index of the first item where the rule is applied.
The index of the last item where the rule is applied.

In This Topic
    RulesEngineRange Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the RulesEngineRange class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal firstItem As Integer, _
       ByVal lastItem As Integer _
    )
    public RulesEngineRange( 
       int firstItem,
       int lastItem
    )

    Parameters

    firstItem
    The index of the first item where the rule is applied.
    lastItem
    The index of the last item where the rule is applied.
    See Also