Class QuestionDto
Assembly: Volo.Forms.Application.Contracts.dll
public class QuestionDto : FullAuditedEntityDto<Guid>, IEntityDto<Guid>, IEntityDto, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete
Constructors
Declaration
Properties
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
Implements
Extension Methods