|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Evaluators Namespace > IntegerEvaluator Class > IntegerEvaluator Constructor > IntegerEvaluator Constructor (Guid, String, String) |
Initializes a new instance of the IntegerEvaluator class.
Namespace: BNCS.Logic.Evaluators
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public IntegerEvaluator(
Guid id,
string name,
string description
)
id
Type: Guid
The unique identifier for the evaluator.
name
Type: String
The name of the evaluator.
description
Type: String
A brief description of the evaluator.
This constructor sets up an evaluator that operates on integer values and returns a boolean result. It inherits from a base class that requires the type of input and output to be specified.
BNCS.Logic.Evaluators Namespace