Class FormWithAnswersDto
Inheritance
FormWithAnswersDto
Assembly: Volo.Forms.Application.Contracts.dll
public class FormWithAnswersDto : FullAuditedEntityDto<Guid>, IEntityDto<Guid>, IEntityDto, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete
Constructors
Declaration
public FormWithAnswersDto()
Properties
Declaration
public bool CanEditResponse { get; set; }
Property Value
Declaration
public string Description { get; set; }
Property Value
Declaration
public bool HasLimitOneResponsePerUser { get; set; }
Property Value
Declaration
public bool IsAcceptingResponses { get; set; }
Property Value
Declaration
public bool IsCollectingEmail { get; set; }
Property Value
Declaration
public bool IsQuiz { get; set; }
Property Value
Declaration
public List<QuestionWithAnswersDto> Questions { get; set; }
Property Value
Declaration
public bool RequiresLogin { get; set; }
Property Value
Declaration
public Guid? TenantId { get; set; }
Property Value
Declaration
public string Title { get; set; }
Property Value
Implements
Extension Methods