|
<< 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)
public RegexEvaluator(
Guid id,
string name,
string description
)
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.
BNCS.Logic.Evaluators Namespace