Show / Hide Table of Contents

Class EfCoreIdentityUserDelegationRepository

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

Constructors

EfCoreIdentityUserDelegationRepository(IDbContextProvider<IIdentityDbContext>, IClock)

Declaration
public EfCoreIdentityUserDelegationRepository(IDbContextProvider<IIdentityDbContext> dbContextProvider, IClock clock)
Parameters
Type Name Description
IDbContextProvider<IIdentityDbContext> dbContextProvider
IClock clock

Properties

Clock

Declaration
protected IClock Clock { get; }
Property Value
Type Description
IClock

Methods

FindActiveDelegationByIdAsync(Guid, CancellationToken)

Declaration
public virtual Task<IdentityUserDelegation> FindActiveDelegationByIdAsync(Guid id, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Guid id
CancellationToken cancellationToken
Returns
Type Description
Task<IdentityUserDelegation>

GetActiveDelegationsAsync(Guid, CancellationToken)

Declaration
public virtual Task<List<IdentityUserDelegation>> GetActiveDelegationsAsync(Guid targetUserId, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Guid targetUserId
CancellationToken cancellationToken
Returns
Type Description
Task<List<IdentityUserDelegation>>

GetListAsync(Guid?, Guid?, CancellationToken)

Declaration
public virtual Task<List<IdentityUserDelegation>> GetListAsync(Guid? sourceUserId, Guid? targetUserId, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Guid? sourceUserId
Guid? targetUserId
CancellationToken cancellationToken
Returns
Type Description
Task<List<IdentityUserDelegation>>

Implements

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