Show / Hide Table of Contents

Class EfCorePageFeedbackSettingRepository

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

Constructors

EfCorePageFeedbackSettingRepository(IDbContextProvider<ICmsKitProDbContext>)

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

Methods

DeleteOldSettingsAsync(List<string>, CancellationToken)

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

FindByEntityTypeAsync(string, CancellationToken)

Declaration
public virtual Task<PageFeedbackSetting> FindByEntityTypeAsync(string entityType, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string entityType
CancellationToken cancellationToken
Returns
Type Description
Task<PageFeedbackSetting>

GetListByEntityTypesAsync(List<string>, CancellationToken)

Declaration
public virtual Task<List<PageFeedbackSetting>> GetListByEntityTypesAsync(List<string> entityTypes, CancellationToken cancellationToken = default)
Parameters
Type Name Description
List<string> entityTypes
CancellationToken cancellationToken
Returns
Type Description
Task<List<PageFeedbackSetting>>

Implements

IPageFeedbackSettingRepository
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