StringEvaluator.EvaluationType Property

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

 

Syntax


public StringEvaluator.StringEvaluationTypes EvaluationType { get; set; }

Field Value

The evaluation type that determines how strings are evaluated.

 

Remarks


When the evaluation type is set to a new value, the Execute() method is called.

 

See Also


StringEvaluator Class

BNCS.Logic.Evaluators Namespace