|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Evaluators Namespace > StringEvaluator Class > StringEvaluator Constructor > StringEvaluator Constructor (Guid, String, StringEvaluationTypes, String, String, Boolean) |
Initializes a new instance of the StringEvaluator class.
Namespace: BNCS.Logic.Evaluators
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public StringEvaluator(
Guid id,
string matchString,
StringEvaluator.StringEvaluationTypes evaluationType,
string name,
string description,
bool matchCase
)
id
Type: Guid
The unique identifier for the evaluator.
matchString
Type: String
The string to be matched against.
evaluationType
Type: BNCS.Logic.Evaluators.StringEvaluator.StringEvaluationTypes
The type of string evaluation to be performed.
name
Type: String
The name of the evaluator.
description
Type: String
A brief description of the evaluator.
matchCase
Type: Boolean
Indicates whether the string matching should be case-sensitive. Default is false.
BNCS.Logic.Evaluators Namespace