Click or drag to resize

ConstraintQueryBuilderAddConstraintFunction Method (AccessConstraintEvaluator)

Adds a constraint function to the query. Times passed to the evaluator will be expressed on the default participant for the constraint.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void AddConstraintFunction(
	AccessConstraintEvaluator evaluator
)

Parameters

evaluator
Type: AGI.Foundation.AccessAccessConstraintEvaluator
The evaluator for the constraint function to add.
Remarks

The default participant for a constraint is:

See Also