Show / Hide Table of Contents

Class EfCoreAuditLogExcelFileRepository

Inheritance
object
BasicRepositoryBase<AuditLogExcelFile>
RepositoryBase<AuditLogExcelFile>
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile, Guid>
EfCoreAuditLogExcelFileRepository
Implements
IServiceProviderAccessor
IUnitOfWorkEnabled
IUnitOfWorkManagerAccessor
IEfCoreRepository<AuditLogExcelFile, Guid>
IEfCoreRepository<AuditLogExcelFile>
IRepository<AuditLogExcelFile, Guid>
ISupportsExplicitLoading<AuditLogExcelFile>
IAuditLogExcelFileRepository
IRepository<AuditLogExcelFile, Guid>
IRepository<AuditLogExcelFile>
IReadOnlyRepository<AuditLogExcelFile, Guid>
IReadOnlyRepository<AuditLogExcelFile>
IBasicRepository<AuditLogExcelFile, Guid>
IBasicRepository<AuditLogExcelFile>
IReadOnlyBasicRepository<AuditLogExcelFile, Guid>
IReadOnlyBasicRepository<AuditLogExcelFile>
IRepository
Inherited Members
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile, Guid>.GetAsync(Guid, bool, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile, Guid>.FindAsync(Guid, bool, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile, Guid>.DeleteAsync(Guid, bool, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile, Guid>.DeleteManyAsync(IEnumerable<Guid>, bool, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.GetDbContextAsync()
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.GetDbSetAsync()
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.GetDbConnectionAsync()
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.GetDbTransactionAsync()
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.InsertAsync(AuditLogExcelFile, bool, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.InsertManyAsync(IEnumerable<AuditLogExcelFile>, bool, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.UpdateAsync(AuditLogExcelFile, bool, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.UpdateManyAsync(IEnumerable<AuditLogExcelFile>, bool, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.DeleteAsync(AuditLogExcelFile, bool, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.DeleteManyAsync(IEnumerable<AuditLogExcelFile>, bool, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.GetListAsync(bool, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.GetListAsync(Expression<Func<AuditLogExcelFile, bool>>, bool, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.GetCountAsync(CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.GetPagedListAsync(int, int, string, bool, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.GetQueryable()
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.GetQueryableAsync()
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.SaveChangesAsync(CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.FindAsync(Expression<Func<AuditLogExcelFile, bool>>, bool, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.DeleteAsync(Expression<Func<AuditLogExcelFile, bool>>, bool, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.DeleteDirectAsync(Expression<Func<AuditLogExcelFile, bool>>, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.EnsureCollectionLoadedAsync<TProperty>(AuditLogExcelFile, Expression<Func<AuditLogExcelFile, IEnumerable<TProperty>>>, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.EnsurePropertyLoadedAsync<TProperty>(AuditLogExcelFile, Expression<Func<AuditLogExcelFile, TProperty>>, CancellationToken)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.WithDetails()
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.WithDetailsAsync()
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.WithDetails(params Expression<Func<AuditLogExcelFile, object>>[])
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.WithDetailsAsync(params Expression<Func<AuditLogExcelFile, object>>[])
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.CheckAndSetId(AuditLogExcelFile)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.TrySetGuidId(IEntity<Guid>)
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.DbContext
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.DbSet
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.AbpEntityOptions
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.GuidGenerator
EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile>.BulkOperationProvider
RepositoryBase<AuditLogExcelFile>.WithDetails()
RepositoryBase<AuditLogExcelFile>.WithDetails(params Expression<Func<AuditLogExcelFile, object>>[])
RepositoryBase<AuditLogExcelFile>.WithDetailsAsync()
RepositoryBase<AuditLogExcelFile>.WithDetailsAsync(params Expression<Func<AuditLogExcelFile, object>>[])
RepositoryBase<AuditLogExcelFile>.GetQueryable()
RepositoryBase<AuditLogExcelFile>.GetQueryableAsync()
RepositoryBase<AuditLogExcelFile>.FindAsync(Expression<Func<AuditLogExcelFile, bool>>, bool, CancellationToken)
RepositoryBase<AuditLogExcelFile>.GetAsync(Expression<Func<AuditLogExcelFile, bool>>, bool, CancellationToken)
RepositoryBase<AuditLogExcelFile>.DeleteAsync(Expression<Func<AuditLogExcelFile, bool>>, bool, CancellationToken)
RepositoryBase<AuditLogExcelFile>.DeleteDirectAsync(Expression<Func<AuditLogExcelFile, bool>>, CancellationToken)
RepositoryBase<AuditLogExcelFile>.ApplyDataFilters<TQueryable>(TQueryable)
RepositoryBase<AuditLogExcelFile>.ApplyDataFilters<TQueryable, TOtherEntity>(TQueryable)
BasicRepositoryBase<AuditLogExcelFile>.SetEntityName(string)
BasicRepositoryBase<AuditLogExcelFile>.InsertAsync(AuditLogExcelFile, bool, CancellationToken)
BasicRepositoryBase<AuditLogExcelFile>.InsertManyAsync(IEnumerable<AuditLogExcelFile>, bool, CancellationToken)
BasicRepositoryBase<AuditLogExcelFile>.SaveChangesAsync(CancellationToken)
BasicRepositoryBase<AuditLogExcelFile>.UpdateAsync(AuditLogExcelFile, bool, CancellationToken)
BasicRepositoryBase<AuditLogExcelFile>.UpdateManyAsync(IEnumerable<AuditLogExcelFile>, bool, CancellationToken)
BasicRepositoryBase<AuditLogExcelFile>.DeleteAsync(AuditLogExcelFile, bool, CancellationToken)
BasicRepositoryBase<AuditLogExcelFile>.DeleteManyAsync(IEnumerable<AuditLogExcelFile>, bool, CancellationToken)
BasicRepositoryBase<AuditLogExcelFile>.GetListAsync(bool, CancellationToken)
BasicRepositoryBase<AuditLogExcelFile>.GetListAsync(Expression<Func<AuditLogExcelFile, bool>>, bool, CancellationToken)
BasicRepositoryBase<AuditLogExcelFile>.GetCountAsync(CancellationToken)
BasicRepositoryBase<AuditLogExcelFile>.GetPagedListAsync(int, int, string, bool, CancellationToken)
BasicRepositoryBase<AuditLogExcelFile>.GetCancellationToken(CancellationToken)
BasicRepositoryBase<AuditLogExcelFile>.ShouldTrackingEntityChange()
BasicRepositoryBase<AuditLogExcelFile>.LazyServiceProvider
BasicRepositoryBase<AuditLogExcelFile>.ServiceProvider
BasicRepositoryBase<AuditLogExcelFile>.DataFilter
BasicRepositoryBase<AuditLogExcelFile>.CurrentTenant
BasicRepositoryBase<AuditLogExcelFile>.AsyncExecuter
BasicRepositoryBase<AuditLogExcelFile>.UnitOfWorkManager
BasicRepositoryBase<AuditLogExcelFile>.CancellationTokenProvider
BasicRepositoryBase<AuditLogExcelFile>.LoggerFactory
BasicRepositoryBase<AuditLogExcelFile>.Logger
BasicRepositoryBase<AuditLogExcelFile>.EntityChangeTrackingProvider
BasicRepositoryBase<AuditLogExcelFile>.IsChangeTrackingEnabled
BasicRepositoryBase<AuditLogExcelFile>.EntityName
BasicRepositoryBase<AuditLogExcelFile>.ProviderName
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AuditLogging.EntityFrameworkCore
Assembly: Volo.Abp.AuditLogging.EntityFrameworkCore.dll
Syntax
public class EfCoreAuditLogExcelFileRepository : EfCoreRepository<IAuditLoggingDbContext, AuditLogExcelFile, Guid>, IServiceProviderAccessor, IUnitOfWorkEnabled, IUnitOfWorkManagerAccessor, IEfCoreRepository<AuditLogExcelFile, Guid>, IEfCoreRepository<AuditLogExcelFile>, IRepository<AuditLogExcelFile, Guid>, ISupportsExplicitLoading<AuditLogExcelFile>, IAuditLogExcelFileRepository, IRepository<AuditLogExcelFile, Guid>, IRepository<AuditLogExcelFile>, IReadOnlyRepository<AuditLogExcelFile, Guid>, IReadOnlyRepository<AuditLogExcelFile>, IBasicRepository<AuditLogExcelFile, Guid>, IBasicRepository<AuditLogExcelFile>, IReadOnlyBasicRepository<AuditLogExcelFile, Guid>, IReadOnlyBasicRepository<AuditLogExcelFile>, IRepository

Constructors

EfCoreAuditLogExcelFileRepository(IDbContextProvider<IAuditLoggingDbContext>)

Declaration
public EfCoreAuditLogExcelFileRepository(IDbContextProvider<IAuditLoggingDbContext> dbContextProvider)
Parameters
Type Name Description
IDbContextProvider<IAuditLoggingDbContext> dbContextProvider

Methods

GetListCreationTimeBeforeAsync(DateTime, int, CancellationToken)

Declaration
public Task<List<AuditLogExcelFile>> GetListCreationTimeBeforeAsync(DateTime creationTimeBefore, int maxResultCount = 50, CancellationToken cancellationToken = default)
Parameters
Type Name Description
DateTime creationTimeBefore
int maxResultCount
CancellationToken cancellationToken
Returns
Type Description
Task<List<AuditLogExcelFile>>

Implements

IServiceProviderAccessor
IUnitOfWorkEnabled
IUnitOfWorkManagerAccessor
IEfCoreRepository<TEntity, TKey>
IEfCoreRepository<TEntity>
IRepository<TEntity, TKey>
ISupportsExplicitLoading<TEntity>
IAuditLogExcelFileRepository
IRepository<TEntity, TKey>
IRepository<TEntity>
IReadOnlyRepository<TEntity, TKey>
IReadOnlyRepository<TEntity>
IBasicRepository<TEntity, TKey>
IBasicRepository<TEntity>
IReadOnlyBasicRepository<TEntity, TKey>
IReadOnlyBasicRepository<TEntity>
IRepository

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform