Click or drag to resize

AccessEntityFilterTEntityEntityMatchingSetup Method

Allows the filter to perform any filter-specific setup at the start of entity matching. This method is called by BeginEntityMatching(Transaction).

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected override void EntityMatchingSetup(
	Transaction transaction
)

Parameters

transaction
Type: AGI.FoundationTransaction
The transaction to be used to match entities.
See Also