IntegerEvaluator.MinValue Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Evaluators Namespace > IntegerEvaluator Class > IntegerEvaluator Properties >

IntegerEvaluator.MinValue Property

Gets or sets the minimum value.

Namespace: BNCS.Logic.Evaluators
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


public int MinValue { get; set; }

 

Remarks


When the MinValue is set to a new value, the Execute method is called to perform any necessary operations related to the change in value.

 

See Also


IntegerEvaluator Class

BNCS.Logic.Evaluators Namespace