Show / Hide Table of Contents

Class FormDto

Inheritance
object
FormDto
Implements
IHasConcurrencyStamp
Namespace: Volo.Forms.Forms
Assembly: Volo.Forms.Application.Contracts.dll
Syntax
public class FormDto : FullAuditedEntityDto<Guid>, IHasConcurrencyStamp

Constructors

FormDto()

Declaration
public FormDto()

Properties

CanEditResponse

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

ConcurrencyStamp

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

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

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

Implements

Volo.Abp.Domain.Entities.IHasConcurrencyStamp
In this article
Back to top Powered by Volosoft