ConstraintQueryBuilder Properties |
The ConstraintQueryBuilder type exposes the following members.
Name | Description | |
---|---|---|
Evaluators |
Gets the list of evaluators that are part of this constraint query. To add a constraint
evaluator to the list, call AddConstraintFunction(AccessConstraintEvaluator, IServiceProvider).
| |
InputTimeObserver |
Gets or sets the IServiceProvider to use as the time observer for this query.
Inputs into this query will be adjusted as necessary for the time observers of the constraints
in the query.
| |
RequiredTimeObservers |
Gets the list of time observers required by each evaluator in this constraint query. There will
be one item in this list for each item in Evaluators.
|