StringEvaluator Constructor (Guid, String, StringEvaluationTypes, String, String, Boolean)

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

 

Syntax


public StringEvaluator(
 Guid id,
 string matchString,
 StringEvaluator.StringEvaluationTypes evaluationType,
 string name,
 string description,
 bool matchCase
)

Parameters

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.

 

See Also


StringEvaluator Class

StringEvaluator Overload

BNCS.Logic.Evaluators Namespace