Show / Hide Table of Contents

Class FormWithAnswersDto

Inheritance
object
EntityDto
EntityDto<Guid>
CreationAuditedEntityDto<Guid>
AuditedEntityDto<Guid>
FullAuditedEntityDto<Guid>
FormWithAnswersDto
Implements
IEntityDto<Guid>
IEntityDto
IFullAuditedObject
IAuditedObject
ICreationAuditedObject
IHasCreationTime
IMayHaveCreator
IModificationAuditedObject
IHasModificationTime
IDeletionAuditedObject
IHasDeletionTime
ISoftDelete
Inherited Members
FullAuditedEntityDto<Guid>.IsDeleted
FullAuditedEntityDto<Guid>.DeleterId
FullAuditedEntityDto<Guid>.DeletionTime
AuditedEntityDto<Guid>.LastModificationTime
AuditedEntityDto<Guid>.LastModifierId
CreationAuditedEntityDto<Guid>.CreationTime
CreationAuditedEntityDto<Guid>.CreatorId
EntityDto<Guid>.ToString()
EntityDto<Guid>.Id
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Forms.Forms
Assembly: Volo.Forms.Application.Contracts.dll
Syntax
public class FormWithAnswersDto : FullAuditedEntityDto<Guid>, IEntityDto<Guid>, IEntityDto, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete

Constructors

FormWithAnswersDto()

Declaration
public FormWithAnswersDto()

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<QuestionWithAnswersDto> Questions { get; set; }
Property Value
Type Description
List<QuestionWithAnswersDto>

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

IEntityDto<TKey>
IEntityDto
IFullAuditedObject
IAuditedObject
ICreationAuditedObject
IHasCreationTime
IMayHaveCreator
IModificationAuditedObject
IHasModificationTime
IDeletionAuditedObject
IHasDeletionTime
ISoftDelete

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform