Show / Hide Table of Contents

Class FormResponseDetailedDto

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

Constructors

FormResponseDetailedDto()

Declaration
public FormResponseDetailedDto()

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

UserId

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