Show / Hide Table of Contents

Class FormResponseDto

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

Constructors

FormResponseDto()

Declaration
public FormResponseDto()

Properties

Answers

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

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