|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Evaluators Namespace > StringEvaluator Class > StringEvaluator Properties > StringEvaluator.EvaluationType Property |
Gets or sets the evaluation type for string evaluation.
Namespace: BNCS.Logic.Evaluators
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public StringEvaluator.StringEvaluationTypes EvaluationType { get; set; }
The evaluation type that determines how strings are evaluated.
When the evaluation type is set to a new value, the Execute() method is called.
BNCS.Logic.Evaluators Namespace