Class Choice
Assembly: Volo.Forms.Domain.dll
public class Choice : Entity<Guid>, IEntity<Guid>, IEntity, IMultiTenant
Constructors
Declaration
Properties
Declaration
public virtual Guid ChoosableQuestionId { get; }
Property Value
Declaration
public virtual int Index { get; }
Property Value
Declaration
public virtual bool IsCorrect { get; }
Property Value
Declaration
public virtual Guid? TenantId { get; set; }
Property Value
Declaration
public virtual string Value { get; }
Property Value
Implements
Extension Methods