Click or drag to resize

MatchingStrategy Enumeration

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum MatchingStrategy
Members
  Member nameDescription
First Indicates an entity will only be placed in the first EntityFilterTEntity 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