IntegerEvaluator Constructor (Guid, String, String)

<< 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)

 

Syntax


public IntegerEvaluator(
 Guid id,
 string name,
 string description
)

Parameters

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.

 

Remarks


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.

 

See Also


IntegerEvaluator Class

IntegerEvaluator Overload

BNCS.Logic.Evaluators Namespace