Show / Hide Table of Contents

Class UpdateResponseDto

Inheritance
object
UpdateResponseDto
Namespace: Volo.Forms.Responses
Assembly: Volo.Forms.Application.Contracts.dll
Syntax
public class UpdateResponseDto : EntityDto<Guid>

Constructors

UpdateResponseDto()

Declaration
public UpdateResponseDto()

Properties

Answers

Declaration
public Collection<AnswerDto> Answers { get; set; }
Property Value
Type Description
Collection<AnswerDto>

Email

Declaration
public string Email { get; set; }
Property Value
Type Description
string

FormId

Declaration
public Guid FormId { get; set; }
Property Value
Type Description
Guid
In this article
Back to top Powered by Volosoft