Click or drag to resize

ConstraintQueryBuilderEvaluators Property

Gets the list of evaluators that are part of this constraint query. To add a constraint evaluator to the list, call AddConstraintFunction(AccessConstraintEvaluator, IServiceProvider).

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ReadOnlyCollection<AccessConstraintEvaluator> Evaluators { get; }

Property Value

Type: ReadOnlyCollectionAccessConstraintEvaluator
See Also