Click or drag to resize

EntityFilterTEntityMatch Method

Checks an entity against this filter and adds it to the MatchingEntities collection if it matches.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Match(
	Transaction transaction,
	TEntity entity
)

Parameters

transaction
Type: AGI.FoundationTransaction
The transaction used for getting values from the entity.
entity
Type: TEntity
The entity to be filtered.

Return Value

Type: Boolean
if the entity matched this filter and was added to the MatchingEntities collection; otherwise .
See Also