Show / Hide Table of Contents

Class FormWithAnswers

Inheritance
object
FormWithAnswers
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 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>
In this article
Back to top Powered by Volosoft