Show / Hide Table of Contents

Class EfCoreOpenIddictScopeRepository

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

Constructors

EfCoreOpenIddictScopeRepository(IDbContextProvider<IOpenIddictDbContext>)

Declaration
public EfCoreOpenIddictScopeRepository(IDbContextProvider<IOpenIddictDbContext> dbContextProvider)
Parameters
Type Name Description
IDbContextProvider<IOpenIddictDbContext> dbContextProvider

Methods

FindByIdAsync(Guid, CancellationToken)

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

FindByNameAsync(string, CancellationToken)

Declaration
public virtual Task<OpenIddictScope> FindByNameAsync(string name, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string name
CancellationToken cancellationToken
Returns
Type Description
Task<OpenIddictScope>

FindByNamesAsync(string[], CancellationToken)

Declaration
public virtual Task<List<OpenIddictScope>> FindByNamesAsync(string[] names, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string[] names
CancellationToken cancellationToken
Returns
Type Description
Task<List<OpenIddictScope>>

FindByResourceAsync(string, CancellationToken)

Declaration
public virtual Task<List<OpenIddictScope>> FindByResourceAsync(string resource, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string resource
CancellationToken cancellationToken
Returns
Type Description
Task<List<OpenIddictScope>>

GetCountAsync(string, CancellationToken)

Declaration
public virtual Task<long> GetCountAsync(string filter = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string filter
CancellationToken cancellationToken
Returns
Type Description
Task<long>

GetListAsync(string, int, int, string, CancellationToken)

Declaration
public virtual Task<List<OpenIddictScope>> GetListAsync(string sorting, int skipCount, int maxResultCount, string filter = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string sorting
int skipCount
int maxResultCount
string filter
CancellationToken cancellationToken
Returns
Type Description
Task<List<OpenIddictScope>>

ListAsync(int?, int?, CancellationToken)

Declaration
public virtual Task<List<OpenIddictScope>> ListAsync(int? count, int? offset, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int? count
int? offset
CancellationToken cancellationToken
Returns
Type Description
Task<List<OpenIddictScope>>

Implements

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