Show / Hide Table of Contents

Class FormWithQuestions

Inheritance
object
FormWithQuestions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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>
In this article
Back to top Powered by Volosoft