Click or drag to resize

ConstraintQueryBuilder Properties

The ConstraintQueryBuilder type exposes the following members.

Properties
  NameDescription
Public propertyEvaluators
Gets the list of evaluators that are part of this constraint query. To add a constraint evaluator to the list, call AddConstraintFunction(AccessConstraintEvaluator, IServiceProvider).
Public propertyInputTimeObserver
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.
Public propertyRequiredTimeObservers
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.
Top
See Also