Click or drag to resize

MinimumMaximumAccessConstraintMinMaxThresholdEvaluator Constructor (EvaluatorGroup, MinimumMaximumAccessConstraint, Boolean)

Initializes a new instance based on a given minimum or maximum threshold value.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected MinMaxThresholdEvaluator(
	EvaluatorGroup group,
	MinimumMaximumAccessConstraint constraint,
	bool isMinimum
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The group that contains this evaluator.
constraint
Type: AGI.Foundation.AccessMinimumMaximumAccessConstraint
The constraint which determines the threshold information.
isMinimum
Type: SystemBoolean
Flag to indicate whether to evaluate the minimum or maximum threshold.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when group or constraint is .
See Also