Class CreateQuestionDto
Inheritance
CreateQuestionDto
Assembly: Volo.Forms.Application.Contracts.dll
public class CreateQuestionDto
Constructors
Declaration
public CreateQuestionDto()
Properties
Declaration
public List<ChoiceDto> Choices { get; set; }
Property Value
Declaration
public string Description { get; set; }
Property Value
Declaration
public bool HasOtherOption { get; set; }
Property Value
Declaration
[Required]
public int Index { get; set; }
Property Value
Declaration
public bool IsRequired { get; set; }
Property Value
Declaration
[Required]
public QuestionTypes QuestionType { get; set; }
Property Value
Declaration
[Required]
public string Title { get; set; }
Property Value
Extension Methods