Click or drag to resize

DelegateEntityFilterTEntity Constructor (TransactionContext)

Creates a new instance with the specified context, IsMatchMethod must be set and ApplyChanges called before the 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 DelegateEntityFilter(
	TransactionContext context
)

Parameters

context
Type: AGI.FoundationTransactionContext
The transaction context to be used.
See Also