Class UpdateQuestionDto
Inheritance
UpdateQuestionDto
Assembly: Volo.Forms.Application.Contracts.dll
public class UpdateQuestionDto
Constructors
Declaration
public UpdateQuestionDto()
Properties
Declaration
public List<ChoiceDto> Choices { get; set; }
Property Value
Declaration
[DynamicStringLength(typeof(FormConsts), "MaxDescriptionLength", null)]
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]
[DynamicStringLength(typeof(FormConsts), "MaxTitleLength", null)]
public string Title { get; set; }
Property Value
Extension Methods