Class FormWithDetailsDto
Inheritance
FormWithDetailsDto
Assembly: Volo.Forms.Application.Contracts.dll
public class FormWithDetailsDto : FullAuditedEntityDto<Guid>
Constructors
Declaration
public FormWithDetailsDto()
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<QuestionDto> 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