Class QuestionWithAnswers
Inherited Members
Namespace: Volo.Forms.Questions
Assembly: Volo.Forms.Domain.dll
Syntax
public class QuestionWithAnswers
Constructors
QuestionWithAnswers()
Declaration
public QuestionWithAnswers()
Properties
Answers
Declaration
public List<Answer> Answers { get; set; }
Property Value
Type | Description |
---|---|
List<Answer> |
Choices
Declaration
public List<Choice> Choices { get; set; }
Property Value
Type | Description |
---|---|
List<Choice> |
Question
Declaration
public QuestionBase Question { get; set; }
Property Value
Type | Description |
---|---|
QuestionBase |