Click or drag to resize

MatchingStrategy Enumeration

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public enum MatchingStrategy
Members
  Member nameDescription
First Indicates an entity will only be placed in the first EntityFilter<TEntity> that it matches in the Filters collection.
Multiple Indicates an entity will be placed in all EntityFilters<TEntity> that it matches in the Filters collection.
See Also