Show / Hide Table of Contents

Class ResponseClientProxy

Inheritance
object
ResponseClientProxy
Implements
IResponseAppService
IApplicationService
IRemoteService
Namespace: Volo.Forms.Responses
Assembly: Volo.Forms.HttpApi.Client.dll
Syntax
public class ResponseClientProxy : ClientProxyBase<IResponseAppService>, IResponseAppService, IApplicationService, IRemoteService

Constructors

ResponseClientProxy()

Declaration
public ResponseClientProxy()

Methods

DeleteAsync(Guid)

Declaration
public virtual Task DeleteAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task

GetAsync(Guid)

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

GetFormDetailsAsync(Guid)

Declaration
public virtual Task<FormDto> GetFormDetailsAsync(Guid formId)
Parameters
Type Name Description
Guid formId
Returns
Type Description
Task<FormDto>

GetListAsync(GetUserFormListInputDto)

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

GetQuestionsWithAnswersAsync(Guid)

Declaration
public virtual Task<List<QuestionWithAnswersDto>> GetQuestionsWithAnswersAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<List<QuestionWithAnswersDto>>

GetUserFormsByUserIdAsync(Guid)

Declaration
public virtual Task<PagedResultDto<FormWithResponseDto>> GetUserFormsByUserIdAsync(Guid userId)
Parameters
Type Name Description
Guid userId
Returns
Type Description
Task<PagedResultDto<FormWithResponseDto>>

SaveAnswersAsync(Guid, CreateResponseDto)

Declaration
public virtual Task<FormResponseDto> SaveAnswersAsync(Guid formId, CreateResponseDto input)
Parameters
Type Name Description
Guid formId
CreateResponseDto input
Returns
Type Description
Task<FormResponseDto>

UpdateAnswersAsync(Guid, UpdateResponseDto)

Declaration
public virtual Task<FormResponseDto> UpdateAnswersAsync(Guid id, UpdateResponseDto input)
Parameters
Type Name Description
Guid id
UpdateResponseDto input
Returns
Type Description
Task<FormResponseDto>

Implements

IResponseAppService
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService
In this article
Back to top Powered by Volosoft