Interface IMongoDbRepositoryFilterer<TEntity>
Namespace: Volo.Abp.Domain.Repositories.MongoDB
Assembly: Volo.Abp.MongoDB.dll
Syntax
public interface IMongoDbRepositoryFilterer<TEntity> where TEntity : class, IEntity
Type Parameters
| Name | Description |
|---|---|
| TEntity |
Methods
AddGlobalFiltersAsync(List<FilterDefinition<TEntity>>)
Declaration
Task AddGlobalFiltersAsync(List<FilterDefinition<TEntity>> filters)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<T><FilterDefinition<TEntity>> | filters |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |