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