Show / Hide Table of Contents

Class RepositoryRegistration_Tests.MyTestAggregateRootWithDefaultPkCustomRepository

Inheritance
object
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>
RepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>
RepositoryRegistration_Tests.MyTestAggregateRootWithDefaultPkCustomRepository
Implements
IServiceProviderAccessor
IUnitOfWorkEnabled
IUnitOfWorkManagerAccessor
IRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>
IRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>
IReadOnlyRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>
IBasicRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>
IRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>
IReadOnlyRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>
IReadOnlyBasicRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>
IBasicRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>
IReadOnlyRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>
IReadOnlyRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>
IReadOnlyBasicRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>
IBasicRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>
IBasicRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>
IReadOnlyBasicRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>
IReadOnlyBasicRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>
IRepository
Inherited Members
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>.GetAsync(Guid, bool, CancellationToken)
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>.FindAsync(Guid, bool, CancellationToken)
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>.DeleteAsync(Guid, bool, CancellationToken)
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>.DeleteManyAsync(IEnumerable<Guid>, bool, CancellationToken)
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.GetQueryable()
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.GetQueryableAsync()
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.FindAsync(Expression<Func<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, bool>>, bool, CancellationToken)
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.DeleteAsync(Expression<Func<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, bool>>, bool, CancellationToken)
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.DeleteDirectAsync(Expression<Func<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, bool>>, CancellationToken)
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.InsertAsync(RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, bool, CancellationToken)
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.UpdateAsync(RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, bool, CancellationToken)
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.DeleteAsync(RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, bool, CancellationToken)
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.GetListAsync(bool, CancellationToken)
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.GetListAsync(Expression<Func<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, bool>>, bool, CancellationToken)
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.GetCountAsync(CancellationToken)
RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.GetPagedListAsync(int, int, string, bool, CancellationToken)
RepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.WithDetails()
RepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.WithDetails(params Expression<Func<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, object>>[])
RepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.WithDetailsAsync()
RepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.WithDetailsAsync(params Expression<Func<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, object>>[])
RepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.GetAsync(Expression<Func<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, bool>>, bool, CancellationToken)
RepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.ApplyDataFilters<TQueryable>(TQueryable)
RepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.ApplyDataFilters<TQueryable, TOtherEntity>(TQueryable)
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.InsertManyAsync(IEnumerable<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>, bool, CancellationToken)
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.SaveChangesAsync(CancellationToken)
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.UpdateManyAsync(IEnumerable<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>, bool, CancellationToken)
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.DeleteManyAsync(IEnumerable<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>, bool, CancellationToken)
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.GetCancellationToken(CancellationToken)
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.ShouldTrackingEntityChange()
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.LazyServiceProvider
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.ServiceProvider
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.DataFilter
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.CurrentTenant
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.AsyncExecuter
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.UnitOfWorkManager
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.CancellationTokenProvider
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.LoggerFactory
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.Logger
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.EntityChangeTrackingProvider
BasicRepositoryBase<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>.IsChangeTrackingEnabled
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Domain.Repositories
Assembly: Volo.Abp.Ddd.Tests.dll
Syntax
public class RepositoryRegistration_Tests.MyTestAggregateRootWithDefaultPkCustomRepository : RepositoryRegistration_Tests.MyTestDefaultRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>, IServiceProviderAccessor, IUnitOfWorkEnabled, IUnitOfWorkManagerAccessor, IRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>, IRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>, IReadOnlyRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>, IBasicRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>, IRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>, IReadOnlyRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>, IReadOnlyBasicRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>, IBasicRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>, IReadOnlyRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>, IReadOnlyRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>, IReadOnlyBasicRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>, IBasicRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>, IBasicRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>, IReadOnlyBasicRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk, Guid>, IReadOnlyBasicRepository<RepositoryRegistration_Tests.MyTestAggregateRootWithGuidPk>, IRepository

Constructors

MyTestAggregateRootWithDefaultPkCustomRepository()

Declaration
public MyTestAggregateRootWithDefaultPkCustomRepository()

Implements

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