Show / Hide Table of Contents

Class CreateQuestionDto

Inheritance
object
CreateQuestionDto
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.Application.Contracts.dll
Syntax
public class CreateQuestionDto

Constructors

CreateQuestionDto()

Declaration
public CreateQuestionDto()

Properties

Choices

Declaration
public List<ChoiceDto> Choices { get; set; }
Property Value
Type Description
List<ChoiceDto>

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

HasOtherOption

Declaration
public bool HasOtherOption { get; set; }
Property Value
Type Description
bool

Index

Declaration
[Required]
public int Index { get; set; }
Property Value
Type Description
int

IsRequired

Declaration
public bool IsRequired { get; set; }
Property Value
Type Description
bool

QuestionType

Declaration
[Required]
public QuestionTypes QuestionType { get; set; }
Property Value
Type Description
QuestionTypes

Title

Declaration
[Required]
public string Title { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft