Click or drag to resize

AccessEntityFilterTEntityQuery Property

Gets or sets the AccessQuery. Only entities for which this query returns AccessExists will be matched by this filter. ApplyChanges(EvaluatorGroup) must be called after setting this property in order for the change to take effect. If this query is a composite query (such as AccessQueryAnd), it is usually necessary to have its TimeObserver property set to one of the participants in the query. If this query is an AccessConstraint, the TimeObserver property can be .

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AccessQuery Query { get; set; }

Property Value

Type: AccessQuery
See Also