Click or drag to resize

EntityFilterChainTEntity Constructor (EntitySetTEntity, MatchingStrategy)

Initializes a new instance using the provided EntitySetTEntity and value indicating if entities should be matched against multiple filters.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EntityFilterChain(
	EntitySet<TEntity> inputEntities,
	MatchingStrategy matchingStrategy
)

Parameters

inputEntities
Type: AGI.Foundation.TrackingEntitySetTEntity
The entity set to be processed.
matchingStrategy
Type: AGI.Foundation.TrackingMatchingStrategy
The entity matching strategy to be used.
See Also