|
<< 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)
public int MinValue { get; set; }
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.
BNCS.Logic.Evaluators Namespace