Click or drag to resize

EntityFilterTEntityMatchingEntities Property

Gets the set of entities that match this filter.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EntitySet<TEntity> MatchingEntities { get; }

Property Value

Type: EntitySetTEntity
See Also