Show / Hide Table of Contents

Class Choice

Inheritance
object
Choice
Implements
IMultiTenant
Namespace: Volo.Forms.Choices
Assembly: Volo.Forms.Domain.dll
Syntax
public class Choice : Entity<Guid>, IMultiTenant

Constructors

Choice()

Declaration
protected Choice()

Properties

ChoosableQuestionId

Declaration
public virtual Guid ChoosableQuestionId { get; }
Property Value
Type Description
Guid

Index

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

IsCorrect

Declaration
public virtual bool IsCorrect { get; }
Property Value
Type Description
bool

TenantId

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

Value

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

Implements

Volo.Abp.MultiTenancy.IMultiTenant
In this article
Back to top Powered by Volosoft