Class CreateAnswerDto
Inherited Members
Namespace: Volo.Forms.Answers
Assembly: Volo.Forms.Application.Contracts.dll
Syntax
public class CreateAnswerDto
Constructors
CreateAnswerDto()
Declaration
public CreateAnswerDto()
Properties
ChoiceId
Declaration
public Guid? ChoiceId { 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 |