Show / Hide Table of Contents

Class EfCorePageFeedbackRepository

Inheritance
object
EfCorePageFeedbackRepository
Implements
IPageFeedbackRepository
IBasicRepository<PageFeedback, Guid>
IBasicRepository<PageFeedback>
IReadOnlyBasicRepository<PageFeedback>
IRepository
IReadOnlyBasicRepository<PageFeedback, Guid>
Namespace: Volo.CmsKit.PageFeedbacks
Assembly: Volo.CmsKit.Pro.EntityFrameworkCore.dll
Syntax
public class EfCorePageFeedbackRepository : EfCoreRepository<ICmsKitProDbContext, PageFeedback, Guid>, IPageFeedbackRepository, IBasicRepository<PageFeedback, Guid>, IBasicRepository<PageFeedback>, IReadOnlyBasicRepository<PageFeedback>, IRepository, IReadOnlyBasicRepository<PageFeedback, Guid>

Constructors

EfCorePageFeedbackRepository(IDbContextProvider<ICmsKitProDbContext>)

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

Methods

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

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

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

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

GetListAsync(string, string, bool?, string, bool?, string, int, int, 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, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string entityType
string entityId
bool? isUseful
string url
bool? isHandled
string sorting
int skipCount
int maxResultCount
CancellationToken cancellationToken
Returns
Type Description
Task<List<PageFeedback>>

Implements

IPageFeedbackRepository
Volo.Abp.Domain.Repositories.IBasicRepository<,>
Volo.Abp.Domain.Repositories.IBasicRepository<>
Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository<>
Volo.Abp.Domain.Repositories.IRepository
Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository<,>
In this article
Back to top Powered by Volosoft