Show / Hide Table of Contents

Class QuestionDto

Inheritance
object
QuestionDto
Namespace: Volo.Forms.Questions
Assembly: Volo.Forms.Application.Contracts.dll
Syntax
public class QuestionDto : FullAuditedEntityDto<Guid>

Constructors

QuestionDto()

Declaration
public QuestionDto()

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

FormId

Declaration
public Guid FormId { get; set; }
Property Value
Type Description
Guid

HasOtherOption

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

Index

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

IsRequired

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

QuestionType

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

Title

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