Show / Hide Table of Contents

Class EfCoreBlogUserRepository

Inheritance
System.Object
EfCoreRepository<IBloggingDbContext, BlogUser>
EfCoreRepository<IBloggingDbContext, BlogUser, Guid>
EfCoreUserRepositoryBase<IBloggingDbContext, BlogUser>
EfCoreBlogUserRepository
Implements
IAsyncEnumerable<BlogUser>
IEfCoreRepository<BlogUser, Guid>
IEfCoreRepository<BlogUser>
IRepository<BlogUser>
IRepository<BlogUser, Guid>
ISupportsExplicitLoading<BlogUser, Guid>
IBlogUserRepository
IBasicRepository<BlogUser, Guid>
IUserRepository<BlogUser>
Inherited Members
EfCoreUserRepositoryBase<IBloggingDbContext, BlogUser>.FindByUserNameAsync(String, CancellationToken)
Volo.Abp.Users.EntityFrameworkCore.EfCoreUserRepositoryBase<Volo.Blogging.EntityFrameworkCore.IBloggingDbContext, Volo.Blogging.Users.BlogUser>.GetListAsync(IEnumerable<>, CancellationToken)
EfCoreUserRepositoryBase<IBloggingDbContext, BlogUser>.SearchAsync(String, Int32, Int32, String, CancellationToken)
EfCoreUserRepositoryBase<IBloggingDbContext, BlogUser>.GetCountAsync(String, CancellationToken)
EfCoreRepository<IBloggingDbContext, BlogUser, Guid>.GetAsync(Guid, Boolean, CancellationToken)
EfCoreRepository<IBloggingDbContext, BlogUser, Guid>.FindAsync(Guid, Boolean, CancellationToken)
EfCoreRepository<IBloggingDbContext, BlogUser, Guid>.DeleteAsync(Guid, Boolean, CancellationToken)
EfCoreRepository<IBloggingDbContext, BlogUser>.DbSet
EfCoreRepository<IBloggingDbContext, BlogUser>.DbContext
EfCoreRepository<IBloggingDbContext, BlogUser>.AbpEntityOptions
EfCoreRepository<IBloggingDbContext, BlogUser>.GuidGenerator
EfCoreRepository<IBloggingDbContext, BlogUser>.InsertAsync(BlogUser, Boolean, CancellationToken)
EfCoreRepository<IBloggingDbContext, BlogUser>.UpdateAsync(BlogUser, Boolean, CancellationToken)
EfCoreRepository<IBloggingDbContext, BlogUser>.DeleteAsync(BlogUser, Boolean, CancellationToken)
EfCoreRepository<IBloggingDbContext, BlogUser>.GetListAsync(Boolean, CancellationToken)
EfCoreRepository<IBloggingDbContext, BlogUser>.GetCountAsync(CancellationToken)
EfCoreRepository<IBloggingDbContext, BlogUser>.GetPagedListAsync(Int32, Int32, String, Boolean, CancellationToken)
EfCoreRepository<IBloggingDbContext, BlogUser>.GetQueryable()
Volo.Abp.Domain.Repositories.EntityFrameworkCore.EfCoreRepository<Volo.Blogging.EntityFrameworkCore.IBloggingDbContext, Volo.Blogging.Users.BlogUser>.FindAsync(Expression<>, System.Boolean, CancellationToken)
Volo.Abp.Domain.Repositories.EntityFrameworkCore.EfCoreRepository<Volo.Blogging.EntityFrameworkCore.IBloggingDbContext, Volo.Blogging.Users.BlogUser>.DeleteAsync(Expression<>, System.Boolean, CancellationToken)
Volo.Abp.Domain.Repositories.EntityFrameworkCore.EfCoreRepository<Volo.Blogging.EntityFrameworkCore.IBloggingDbContext, Volo.Blogging.Users.BlogUser>.EnsureCollectionLoadedAsync<TProperty>(Volo.Blogging.Users.BlogUser, Expression<>, CancellationToken)
Volo.Abp.Domain.Repositories.EntityFrameworkCore.EfCoreRepository<Volo.Blogging.EntityFrameworkCore.IBloggingDbContext, Volo.Blogging.Users.BlogUser>.EnsurePropertyLoadedAsync<TProperty>(Volo.Blogging.Users.BlogUser, Expression<>, CancellationToken)
EfCoreRepository<IBloggingDbContext, BlogUser>.WithDetails()
Volo.Abp.Domain.Repositories.EntityFrameworkCore.EfCoreRepository<Volo.Blogging.EntityFrameworkCore.IBloggingDbContext, Volo.Blogging.Users.BlogUser>.WithDetails(Expression<>[])
EfCoreRepository<IBloggingDbContext, BlogUser>.GetAsyncEnumerator(CancellationToken)
EfCoreRepository<IBloggingDbContext, BlogUser>.CheckAndSetId(BlogUser)
EfCoreRepository<IBloggingDbContext, BlogUser>.TrySetGuidId(IEntity<Guid>)
Namespace: Volo.Blogging.Users
Assembly: Volo.Blogging.EntityFrameworkCore.dll
Syntax
public class EfCoreBlogUserRepository : EfCoreUserRepositoryBase<IBloggingDbContext, BlogUser>, IAsyncEnumerable<BlogUser>, IEfCoreRepository<BlogUser, Guid>, IEfCoreRepository<BlogUser>, IRepository<BlogUser>, IRepository<BlogUser, Guid>, ISupportsExplicitLoading<BlogUser, Guid>, IBlogUserRepository, IBasicRepository<BlogUser, Guid>, IUserRepository<BlogUser>

Constructors

EfCoreBlogUserRepository(IDbContextProvider<IBloggingDbContext>)

Declaration
public EfCoreBlogUserRepository(IDbContextProvider<IBloggingDbContext> dbContextProvider)
Parameters
Type Name Description
IDbContextProvider<IBloggingDbContext> dbContextProvider

Methods

GetUsersAsync(Int32, String, CancellationToken)

Declaration
public Task<List<BlogUser>> GetUsersAsync(int maxCount, string filter, CancellationToken cancellationToken = null)
Parameters
Type Name Description
System.Int32 maxCount
System.String filter
CancellationToken cancellationToken
Returns
Type Description
Task<List<BlogUser>>

Implements

IAsyncEnumerable<>
IEfCoreRepository<TEntity, TKey>
IEfCoreRepository<TEntity>
IRepository<TEntity>
IRepository<TEntity, TKey>
ISupportsExplicitLoading<TEntity, TKey>
IBlogUserRepository
IBasicRepository<TEntity, TKey>
IUserRepository<TUser>

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft