Class 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> |
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? |