Class AnswerDto
Namespace: Volo.Forms.Answers
Assembly: Volo.Forms.Application.Contracts.dll
Syntax
public class AnswerDto : EntityDto<Guid>
Constructors
AnswerDto()
Declaration
public AnswerDto()
Properties
AnswerDate
Declaration
public DateTime AnswerDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
ChoiceId
Declaration
public Guid? ChoiceId { get; set; }
Property Value
Type | Description |
---|---|
Guid? |
FormResponseId
Declaration
public Guid FormResponseId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
QuestionId
Declaration
public Guid QuestionId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |