Class ResponseClientProxy
Inheritance
ResponseClientProxy
Assembly: Volo.Forms.HttpApi.Client.dll
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IResponseAppService), typeof(ResponseClientProxy) })]
public class ResponseClientProxy : ClientProxyBase<IResponseAppService>, ITransientDependency, IResponseAppService, IApplicationService, IRemoteService
Constructors
Declaration
public ResponseClientProxy()
Methods
Declaration
public virtual Task DeleteAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
Declaration
public virtual Task<FormResponseDto> GetAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
Declaration
public virtual Task<FormDto> GetFormDetailsAsync(Guid formId)
Parameters
Type |
Name |
Description |
Guid |
formId |
|
Returns
Declaration
public virtual Task<PagedResultDto<FormResponseDto>> GetListAsync(GetUserFormListInputDto input)
Parameters
Returns
Declaration
public virtual Task<List<QuestionWithAnswersDto>> GetQuestionsWithAnswersAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
Declaration
public virtual Task<PagedResultDto<FormWithResponseDto>> GetUserFormsByUserIdAsync(Guid userId)
Parameters
Type |
Name |
Description |
Guid |
userId |
|
Returns
Declaration
public virtual Task<FormResponseDto> SaveAnswersAsync(Guid formId, CreateResponseDto input)
Parameters
Returns
Declaration
public virtual Task<FormResponseDto> UpdateAnswersAsync(Guid id, UpdateResponseDto input)
Parameters
Returns
Implements
Extension Methods