IntegerEvaluator Constructor (Guid, Int32, Int32, String, String, Boolean, Boolean)

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Evaluators Namespace > IntegerEvaluator Class > IntegerEvaluator Constructor  >

IntegerEvaluator Constructor (Guid, Int32, Int32, String, String, Boolean, Boolean)

Initializes a new instance of the IntegerEvaluator class.

Namespace: BNCS.Logic.Evaluators
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


public IntegerEvaluator(
 Guid id,
 int minValue,
 int maxValue,
 string name,
 string description,
 bool inverse,
 bool equals
)

Parameters

id

Type: Guid
The unique identifier for the evaluator.

minValue

Type: Int32
The minimum value for the integer evaluation.

maxValue

Type: Int32
The maximum value for the integer evaluation.

name

Type: String
The name of the evaluator.

description

Type: String
The description of the evaluator.

inverse

Type: Boolean
A boolean indicating whether the evaluation logic should be inverted. Default is false.

equals

Type: Boolean

 

See Also


IntegerEvaluator Class

IntegerEvaluator Overload

BNCS.Logic.Evaluators Namespace