Click or drag to resize

EntityFilterChainTEntityFilters Property

Gets the list of filters being managed by this chain. After changing this collection, you must call ApplyChanges in order for the changes to take effect.

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

Property Value

Type: EntityFilterCollectionTEntity
See Also