|
<< 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)
public IntegerEvaluator(
Guid id,
int minValue,
int maxValue,
string name,
string description,
bool inverse,
bool equals
)
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
BNCS.Logic.Evaluators Namespace