Click or drag to resize

AccessEntityFilterTEntity Constructor (TransactionContext, EntityParameterTEntity, TransactionParameter)

Initializes a new instance. The Query property must be set and then ApplyChanges(EvaluatorGroup) must be called before this filter can be used.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AccessEntityFilter(
	TransactionContext context,
	EntityParameter<TEntity> entityParameter,
	TransactionParameter transactionParameter
)

Parameters

context
Type: AGI.FoundationTransactionContext
The transaction context used by this filter.
entityParameter
Type: AGI.Foundation.TrackingEntityParameterTEntity
The entity parameter used to parameterize this filter.
transactionParameter
Type: AGI.Foundation.Infrastructure.ThreadingTransactionParameter
The transaction parameter used to parameterize this filter.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when context, entityParameter, or transactionParameter is .
See Also