Show / Hide Table of Contents

Class QuestionWithAnswersDto

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

Constructors

QuestionWithAnswersDto()

Declaration
public QuestionWithAnswersDto()

Properties

Answers

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

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