|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Evaluators Namespace > IntegerEvaluator Class > IntegerEvaluator Properties > IntegerEvaluator.MaxValue Property |
Gets or sets the maximum value.
Namespace: BNCS.Logic.Evaluators
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public int MaxValue { get; set; }
When the MaxValue is set to a new value, the Execute method is called. If the new value is the same as the current value, no action is taken.
BNCS.Logic.Evaluators Namespace