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: 25.1.421.0 (25.1.421.0)
Syntaxprotected EntityFilter(
TransactionContext context
)
Protected Sub New (
context As TransactionContext
)
protected:
EntityFilter(
TransactionContext^ context
)
new :
context : TransactionContext -> EntityFilter
Parameters
- context
- Type: AGI.FoundationTransactionContext
The transaction context to be used by this filter.
See Also