IntegerEvaluator.MaxValue Property

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

 

Syntax


public int MaxValue { get; set; }

 

Remarks


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.

 

See Also


IntegerEvaluator Class

BNCS.Logic.Evaluators Namespace