Show / Hide Table of Contents

Interface IPageFeedbackSettingRepository

Namespace: Volo.CmsKit.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Domain.dll
Syntax
public interface IPageFeedbackSettingRepository : IBasicRepository<PageFeedbackSetting, Guid>, IBasicRepository<PageFeedbackSetting>, IReadOnlyBasicRepository<PageFeedbackSetting>, IRepository, IReadOnlyBasicRepository<PageFeedbackSetting, Guid>

Methods

DeleteOldSettingsAsync(List<string>, CancellationToken)

Declaration
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
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
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>>
In this article
Back to top Powered by Volosoft