Show / Hide Table of Contents

Class FormWithDetailsDto

Inheritance
object
FormWithDetailsDto
Namespace: Volo.Forms.Forms
Assembly: Volo.Forms.Application.Contracts.dll
Syntax
public class FormWithDetailsDto : FullAuditedEntityDto<Guid>

Constructors

FormWithDetailsDto()

Declaration
public FormWithDetailsDto()

Properties

CanEditResponse

Declaration
public bool CanEditResponse { get; set; }
Property Value
Type Description
bool

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

HasLimitOneResponsePerUser

Declaration
public bool HasLimitOneResponsePerUser { get; set; }
Property Value
Type Description
bool

IsAcceptingResponses

Declaration
public bool IsAcceptingResponses { get; set; }
Property Value
Type Description
bool

IsCollectingEmail

Declaration
public bool IsCollectingEmail { get; set; }
Property Value
Type Description
bool

IsQuiz

Declaration
public bool IsQuiz { get; set; }
Property Value
Type Description
bool

Questions

Declaration
public List<QuestionDto> Questions { get; set; }
Property Value
Type Description
List<QuestionDto>

RequiresLogin

Declaration
public bool RequiresLogin { get; set; }
Property Value
Type Description
bool

TenantId

Declaration
public Guid? TenantId { get; set; }
Property Value
Type Description
Guid?

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft