Click or drag to resize

IsMatchCallbackTEntity Delegate

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public delegate bool IsMatchCallback<TEntity>(
	Transaction transaction,
	TEntity entity
)
where TEntity : class, IEntityIdentifier

Parameters

transaction
Type: AGI.FoundationTransaction
The transaction to use to retrieve entity values.
entity
Type: TEntity
The entity to be filtered.

Type Parameters

TEntity
The type of entity.

Return Value

Type: Boolean
if the entity meets the filter criteria; otherwise .
See Also