Class QuestionWithAnswersDto
Inheritance
QuestionWithAnswersDto
Assembly: Volo.Forms.Application.Contracts.dll
public class QuestionWithAnswersDto : FullAuditedEntityDto<Guid>
Constructors
Declaration
public QuestionWithAnswersDto()
Properties
Declaration
public List<AnswerDto> Answers { get; set; }
Property Value
Declaration
public List<ChoiceDto> Choices { get; set; }
Property Value
Declaration
public string Description { get; set; }
Property Value
Declaration
public Guid FormId { get; set; }
Property Value
Declaration
public bool HasOtherOption { get; set; }
Property Value
Declaration
public int Index { get; set; }
Property Value
Declaration
public bool IsRequired { get; set; }
Property Value
Declaration
public QuestionTypes QuestionType { get; set; }
Property Value
Declaration
public string Title { get; set; }
Property Value