Class PageFeedbackAdminClientProxy
Inheritance
PageFeedbackAdminClientProxy
Assembly: Volo.CmsKit.Pro.Admin.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IPageFeedbackAdminAppService), typeof(PageFeedbackAdminClientProxy) })]
public class PageFeedbackAdminClientProxy : ClientProxyBase<IPageFeedbackAdminAppService>, ITransientDependency, IPageFeedbackAdminAppService, IReadOnlyAppService<PageFeedbackDto, Guid, GetPageFeedbackListInput>, IReadOnlyAppService<PageFeedbackDto, PageFeedbackDto, Guid, GetPageFeedbackListInput>, IUpdateAppService<PageFeedbackDto, Guid, UpdatePageFeedbackDto>, IDeleteAppService<Guid>, IApplicationService, IRemoteService
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
GetListAsExcelFileAsync(GetPageFeedbackListAsFileInput)
Declaration
public virtual Task<IRemoteStreamContent> GetListAsExcelFileAsync(GetPageFeedbackListAsFileInput input)
Parameters
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
Extension Methods