Click or drag to resize

AccessEntityFilterTEntity Properties

The AccessEntityFilterTEntity generic type exposes the following members.

Properties
  NameDescription
Public propertyEntityParameter
Gets or sets the entity parameter placeholder in the Query. ApplyChanges(EvaluatorGroup) must be called after setting this property in order for the change to take effect.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyIsThreadSafe
Gets a value indicating whether the methods on this instance are safe to call from multiple threads simultaneously.
(Inherited from EntityFilterTEntity.)
Public propertyMatchingEntities
Gets the set of entities that match this filter.
(Inherited from EntityFilterTEntity.)
Public propertyQuery
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 .
Public propertyTimeObserver
Gets or sets the IServiceProvider that will be used to evaluate the Query.
Public propertyTransactionParameter
Gets or sets the Transaction parameter placeholder in the Query. ApplyChanges(EvaluatorGroup) must be called after setting this property in order for the change to take effect.
Top
See Also