Show / Hide Table of Contents

Class QuestionWithAnswers

Inheritance
object
QuestionWithAnswers
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Forms.Questions
Assembly: Volo.Forms.Domain.dll
Syntax
public class QuestionWithAnswers

Constructors

QuestionWithAnswers()

Declaration
public QuestionWithAnswers()

Properties

Answers

Declaration
public List<Answer> Answers { get; set; }
Property Value
Type Description
List<Answer>

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