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

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

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