Show / Hide Table of Contents

Class FifthDbContextDummyEntityRepository

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

Constructors

FifthDbContextDummyEntityRepository(IDbContextProvider<IFifthDbContext>)

Declaration
public FifthDbContextDummyEntityRepository(IDbContextProvider<IFifthDbContext> dbContextProvider)
Parameters
Type Name Description
IDbContextProvider<IFifthDbContext> dbContextProvider

Implements

IServiceProviderAccessor
IUnitOfWorkEnabled
IUnitOfWorkManagerAccessor
IEfCoreRepository<TEntity, TKey>
IEfCoreRepository<TEntity>
IRepository<TEntity, TKey>
IRepository<TEntity>
IReadOnlyRepository<TEntity, TKey>
IReadOnlyRepository<TEntity>
IBasicRepository<TEntity, TKey>
ISupportsExplicitLoading<TEntity>
IFifthDbContextDummyEntityRepository
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