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

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

    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.
    field
    The field that determines the range where the rule is applied.
    See Also