Show / Hide Table of Contents

Interface IPageFeedbackSettingRepository

Inherited Members
IBasicRepository<PageFeedbackSetting, Guid>.DeleteAsync(Guid, bool, CancellationToken)
IBasicRepository<PageFeedbackSetting, Guid>.DeleteManyAsync(IEnumerable<Guid>, bool, CancellationToken)
IBasicRepository<PageFeedbackSetting>.InsertAsync(PageFeedbackSetting, bool, CancellationToken)
IBasicRepository<PageFeedbackSetting>.InsertManyAsync(IEnumerable<PageFeedbackSetting>, bool, CancellationToken)
IBasicRepository<PageFeedbackSetting>.UpdateAsync(PageFeedbackSetting, bool, CancellationToken)
IBasicRepository<PageFeedbackSetting>.UpdateManyAsync(IEnumerable<PageFeedbackSetting>, bool, CancellationToken)
IBasicRepository<PageFeedbackSetting>.DeleteAsync(PageFeedbackSetting, bool, CancellationToken)
IBasicRepository<PageFeedbackSetting>.DeleteManyAsync(IEnumerable<PageFeedbackSetting>, bool, CancellationToken)
IReadOnlyBasicRepository<PageFeedbackSetting, Guid>.GetAsync(Guid, bool, CancellationToken)
IReadOnlyBasicRepository<PageFeedbackSetting, Guid>.FindAsync(Guid, bool, CancellationToken)
IReadOnlyBasicRepository<PageFeedbackSetting>.GetListAsync(bool, CancellationToken)
IReadOnlyBasicRepository<PageFeedbackSetting>.GetCountAsync(CancellationToken)
IReadOnlyBasicRepository<PageFeedbackSetting>.GetPagedListAsync(int, int, string, bool, CancellationToken)
IRepository.IsChangeTrackingEnabled
Namespace: Volo.CmsKit.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Domain.dll
Syntax
public interface IPageFeedbackSettingRepository : IBasicRepository<PageFeedbackSetting, Guid>, IBasicRepository<PageFeedbackSetting>, IReadOnlyBasicRepository<PageFeedbackSetting, Guid>, IReadOnlyBasicRepository<PageFeedbackSetting>, IRepository

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>>

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