Class FormDto
Assembly: Volo.Forms.Application.Contracts.dll
public class FormDto : FullAuditedEntityDto<Guid>, IEntityDto<Guid>, IEntityDto, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete, IHasConcurrencyStamp
Constructors
Declaration
Properties
Declaration
public bool CanEditResponse { get; set; }
Property Value
Declaration
public string ConcurrencyStamp { 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 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