Show / Hide Table of Contents

Class EfCorePageFeedbackRepository

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

Constructors

EfCorePageFeedbackRepository(IDbContextProvider<ICmsKitProDbContext>)

Declaration
public EfCorePageFeedbackRepository(IDbContextProvider<ICmsKitProDbContext> dbContextProvider)
Parameters
Type Name Description
IDbContextProvider<ICmsKitProDbContext> dbContextProvider

Methods

GetCountAsync(string, string, bool?, string, bool?, bool?, bool?, CancellationToken)

Declaration
public virtual Task<long> GetCountAsync(string entityType = null, string entityId = null, bool? isUseful = null, string url = null, bool? isHandled = null, bool? hasUserNote = null, bool? hasAdminNote = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string entityType
string entityId
bool? isUseful
string url
bool? isHandled
bool? hasUserNote
bool? hasAdminNote
CancellationToken cancellationToken
Returns
Type Description
Task<long>

GetFilteredQueryableAsync(string, string, bool?, string, bool?, bool?, bool?)

Declaration
protected virtual Task<IQueryable<PageFeedback>> GetFilteredQueryableAsync(string entityType = null, string entityId = null, bool? isUseful = null, string url = null, bool? isHandled = null, bool? hasUserNote = null, bool? hasAdminNote = null)
Parameters
Type Name Description
string entityType
string entityId
bool? isUseful
string url
bool? isHandled
bool? hasUserNote
bool? hasAdminNote
Returns
Type Description
Task<IQueryable<PageFeedback>>

GetListAsync(string, string, bool?, string, bool?, string, int, int, bool?, bool?, CancellationToken)

Declaration
public virtual Task<List<PageFeedback>> GetListAsync(string entityType = null, string entityId = null, bool? isUseful = null, string url = null, bool? isHandled = null, string sorting = null, int skipCount = 0, int maxResultCount = 2147483647, bool? hasUserNote = null, bool? hasAdminNote = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string entityType
string entityId
bool? isUseful
string url
bool? isHandled
string sorting
int skipCount
int maxResultCount
bool? hasUserNote
bool? hasAdminNote
CancellationToken cancellationToken
Returns
Type Description
Task<List<PageFeedback>>

Implements

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