Click or drag to resize

DelegateEntityFilterTEntity Constructor (TransactionContext, IsMatchCallbackTEntity)

Creates a new instance with the specified context and match function. The filter is ready to be used immediately.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DelegateEntityFilter(
	TransactionContext context,
	IsMatchCallback<TEntity> isMatchMethod
)

Parameters

context
Type: AGI.FoundationTransactionContext
The transaction context to be used.
isMatchMethod
Type: AGI.Foundation.TrackingIsMatchCallbackTEntity
The method to call for the IsMatch(Transaction, TEntity) method.
See Also