Class PageFeedbackAdminClientProxy
Inheritance
PageFeedbackAdminClientProxy
Implements
IApplicationService
IRemoteService
Assembly: Volo.CmsKit.Pro.Admin.HttpApi.Client.dll
Syntax
public class PageFeedbackAdminClientProxy : ClientProxyBase<IPageFeedbackAdminAppService>, IPageFeedbackAdminAppService, IReadOnlyAppService<PageFeedbackDto, Guid, GetPageFeedbackListInput>, IReadOnlyAppService<PageFeedbackDto, PageFeedbackDto, Guid, GetPageFeedbackListInput>, IApplicationService, IRemoteService, IUpdateAppService<PageFeedbackDto, Guid, UpdatePageFeedbackDto>, IDeleteAppService<Guid>
Constructors
PageFeedbackAdminClientProxy()
Declaration
public PageFeedbackAdminClientProxy()
Methods
DeleteAsync(Guid)
Declaration
public virtual Task DeleteAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
GetAsync(Guid)
Declaration
public virtual Task<PageFeedbackDto> GetAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
GetEntityTypesAsync()
Declaration
public virtual Task<List<string>> GetEntityTypesAsync()
Returns
GetListAsync(GetPageFeedbackListInput)
Declaration
public virtual Task<PagedResultDto<PageFeedbackDto>> GetListAsync(GetPageFeedbackListInput input)
Parameters
Returns
GetSettingsAsync()
Declaration
public virtual Task<List<PageFeedbackSettingDto>> GetSettingsAsync()
Returns
UpdateAsync(Guid, UpdatePageFeedbackDto)
Declaration
public virtual Task<PageFeedbackDto> UpdateAsync(Guid id, UpdatePageFeedbackDto dto)
Parameters
Returns
UpdateSettingsAsync(UpdatePageFeedbackSettingsInput)
Declaration
public virtual Task UpdateSettingsAsync(UpdatePageFeedbackSettingsInput input)
Parameters
Returns
Implements
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<>