Show / Hide Table of Contents

Class PageFeedbackAdminAppService

Inheritance
object
CmsKitProAdminAppService
PageFeedbackAdminAppService
Implements
IPageFeedbackAdminAppService
IReadOnlyAppService<PageFeedbackDto, Guid, GetPageFeedbackListInput>
IReadOnlyAppService<PageFeedbackDto, PageFeedbackDto, Guid, GetPageFeedbackListInput>
IApplicationService
IRemoteService
IUpdateAppService<PageFeedbackDto, Guid, UpdatePageFeedbackDto>
IDeleteAppService<Guid>
Namespace: Volo.CmsKit.Admin.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Admin.Application.dll
Syntax
[Authorize("CmsKit.PageFeedback")]
public class PageFeedbackAdminAppService : CmsKitProAdminAppService, IPageFeedbackAdminAppService, IReadOnlyAppService<PageFeedbackDto, Guid, GetPageFeedbackListInput>, IReadOnlyAppService<PageFeedbackDto, PageFeedbackDto, Guid, GetPageFeedbackListInput>, IApplicationService, IRemoteService, IUpdateAppService<PageFeedbackDto, Guid, UpdatePageFeedbackDto>, IDeleteAppService<Guid>

Constructors

PageFeedbackAdminAppService(IPageFeedbackRepository, IPageFeedbackEntityTypeDefinitionStore, IPageFeedbackSettingRepository, PageFeedbackManager)

Declaration
public PageFeedbackAdminAppService(IPageFeedbackRepository pageFeedbackRepository, IPageFeedbackEntityTypeDefinitionStore entityTypeDefinitionStore, IPageFeedbackSettingRepository pageFeedbackSettingRepository, PageFeedbackManager pageFeedbackManager)
Parameters
Type Name Description
IPageFeedbackRepository pageFeedbackRepository
IPageFeedbackEntityTypeDefinitionStore entityTypeDefinitionStore
IPageFeedbackSettingRepository pageFeedbackSettingRepository
PageFeedbackManager pageFeedbackManager

Properties

EntityTypeDefinitionStore

Declaration
protected IPageFeedbackEntityTypeDefinitionStore EntityTypeDefinitionStore { get; }
Property Value
Type Description
IPageFeedbackEntityTypeDefinitionStore

PageFeedbackManager

Declaration
protected PageFeedbackManager PageFeedbackManager { get; }
Property Value
Type Description
PageFeedbackManager

PageFeedbackRepository

Declaration
protected IPageFeedbackRepository PageFeedbackRepository { get; }
Property Value
Type Description
IPageFeedbackRepository

PageFeedbackSettingRepository

Declaration
protected IPageFeedbackSettingRepository PageFeedbackSettingRepository { get; }
Property Value
Type Description
IPageFeedbackSettingRepository

Methods

DeleteAsync(Guid)

Declaration
[Authorize("CmsKit.PageFeedback.Delete")]
public virtual Task DeleteAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task

GetAsync(Guid)

Declaration
public virtual Task<PageFeedbackDto> GetAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<PageFeedbackDto>

GetEntityTypesAsync()

Declaration
public virtual Task<List<string>> GetEntityTypesAsync()
Returns
Type Description
Task<List<string>>

GetListAsync(GetPageFeedbackListInput)

Declaration
public virtual Task<PagedResultDto<PageFeedbackDto>> GetListAsync(GetPageFeedbackListInput input)
Parameters
Type Name Description
GetPageFeedbackListInput input
Returns
Type Description
Task<PagedResultDto<PageFeedbackDto>>

GetSettingsAsync()

Declaration
[Authorize("CmsKit.PageFeedback.Settings")]
public virtual Task<List<PageFeedbackSettingDto>> GetSettingsAsync()
Returns
Type Description
Task<List<PageFeedbackSettingDto>>

UpdateAsync(Guid, UpdatePageFeedbackDto)

Declaration
[Authorize("CmsKit.PageFeedback.Update")]
public virtual Task<PageFeedbackDto> UpdateAsync(Guid id, UpdatePageFeedbackDto dto)
Parameters
Type Name Description
Guid id
UpdatePageFeedbackDto dto
Returns
Type Description
Task<PageFeedbackDto>

UpdateSettingsAsync(UpdatePageFeedbackSettingsInput)

Declaration
[Authorize("CmsKit.PageFeedback.Settings")]
public virtual Task UpdateSettingsAsync(UpdatePageFeedbackSettingsInput input)
Parameters
Type Name Description
UpdatePageFeedbackSettingsInput input
Returns
Type Description
Task

Implements

IPageFeedbackAdminAppService
Volo.Abp.Application.Services.IReadOnlyAppService<,,>
Volo.Abp.Application.Services.IReadOnlyAppService<,,,>
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService
Volo.Abp.Application.Services.IUpdateAppService<,,>
Volo.Abp.Application.Services.IDeleteAppService<>
In this article
Back to top Powered by Volosoft