DelegateEntityFilterTEntityEntityMatchingSetup Method |
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected override void EntityMatchingSetup(
Transaction transaction
)
Protected Overrides Sub EntityMatchingSetup (
transaction As Transaction
)
protected:
virtual void EntityMatchingSetup(
Transaction^ transaction
) override
abstract EntityMatchingSetup :
transaction : Transaction -> unit
override EntityMatchingSetup :
transaction : Transaction -> unit
Parameters
- transaction
- Type: AGI.FoundationTransaction
The transaction to be used to match entities.
See Also