Show / Hide Table of Contents

Class EfCorePollUserVoteRepository

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

Constructors

EfCorePollUserVoteRepository(IDbContextProvider<ICmsKitProDbContext>)

Declaration
public EfCorePollUserVoteRepository(IDbContextProvider<ICmsKitProDbContext> dbContextProvider)
Parameters
Type Name Description
IDbContextProvider<ICmsKitProDbContext> 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>
IPollUserVoteRepository
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