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: 23.1.416.0 (23.1.416.0)
Syntaxpublic EntityFilterCollection<TEntity> Filters { get; }
Public ReadOnly Property Filters As EntityFilterCollection(Of TEntity)
Get
public:
property EntityFilterCollection<TEntity>^ Filters {
EntityFilterCollection<TEntity>^ get ();
}
member Filters : EntityFilterCollection<'TEntity> with get
Property Value
Type:
EntityFilterCollectionTEntity
See Also