Show / Hide Table of Contents

Class QuestionWithAnswersDto

Inheritance
object
EntityDto
EntityDto<Guid>
CreationAuditedEntityDto<Guid>
AuditedEntityDto<Guid>
FullAuditedEntityDto<Guid>
QuestionWithAnswersDto
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.Responses
Assembly: Volo.Forms.Application.Contracts.dll
Syntax
public class QuestionWithAnswersDto : FullAuditedEntityDto<Guid>, IEntityDto<Guid>, IEntityDto, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete

Constructors

QuestionWithAnswersDto()

Declaration
public QuestionWithAnswersDto()

Properties

Answers

Declaration
public List<AnswerDto> Answers { get; set; }
Property Value
Type Description
List<AnswerDto>

Choices

Declaration
public List<ChoiceDto> Choices { get; set; }
Property Value
Type Description
List<ChoiceDto>

Description

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

FormId

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

HasOtherOption

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

Index

Declaration
public int Index { get; set; }
Property Value
Type Description
int

IsRequired

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

QuestionType

Declaration
public QuestionTypes QuestionType { get; set; }
Property Value
Type Description
QuestionTypes

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