Show / Hide Table of Contents

Class QuestionWithChoices

Inheritance
object
QuestionWithChoices
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 QuestionWithChoices

Constructors

QuestionWithChoices()

Declaration
public QuestionWithChoices()

Properties

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