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