RegexEvaluator Constructor

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Evaluators Namespace > RegexEvaluator Class >

RegexEvaluator Constructor

Initializes a new instance of the RegexEvaluator class.

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

 

Syntax


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

Parameters

id

Type: Guid
The unique identifier for the regex evaluator.

name

Type: String
The name of the regex evaluator.

description

Type: String
A brief description of the regex evaluator.

 

See Also


RegexEvaluator Class

BNCS.Logic.Evaluators Namespace