Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineRange Class / RulesEngineRange Constructor / RulesEngineRange Constructor(String)
The field of the item to compute the value.

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

    Parameters

    field
    The field of the item to compute the value.
    See Also