Click or drag to resize

EntityFilterTEntity Constructor (TransactionContext)

Initializes a new instance with the specified context.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected EntityFilter(
	TransactionContext context
)

Parameters

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