Class QuestionWithChoices
Inherited Members
Namespace: Volo.Forms.Questions
Assembly: Volo.Forms.Domain.dll
Syntax
public class QuestionWithChoices
Constructors
QuestionWithChoices()
Declaration
public QuestionWithChoices()
Properties
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 |