Table of Contents

Class AttemptAnalysis.OptionEntity

Namespace
InSite.Application.Attempts.Read
Assembly
Shift.Sdk.dll
public class AttemptAnalysis.OptionEntity
Inheritance
AttemptAnalysis.OptionEntity
Inherited Members
Extension Methods

Constructors

OptionEntity()

public OptionEntity()

Fields

Binder

public static readonly Expression<Func<QAttemptOption, AttemptAnalysis.OptionEntity>> Binder

Field Value

Expression<Func<QAttemptOption, AttemptAnalysis.OptionEntity>>

Properties

AnswerIsSelected

public bool? AnswerIsSelected { get; set; }

Property Value

bool?

Attempt

public AttemptAnalysis.AttemptEntity Attempt { get; }

Property Value

AttemptAnalysis.AttemptEntity

AttemptIdentifier

public Guid AttemptIdentifier { get; set; }

Property Value

Guid

CompetencyAreaCode

public string CompetencyAreaCode { get; set; }

Property Value

string

CompetencyAreaIdentifier

public Guid? CompetencyAreaIdentifier { get; set; }

Property Value

Guid?

CompetencyAreaLabel

public string CompetencyAreaLabel { get; set; }

Property Value

string

CompetencyAreaTitle

public string CompetencyAreaTitle { get; set; }

Property Value

string

CompetencyItemCode

public string CompetencyItemCode { get; set; }

Property Value

string

CompetencyItemIdentifier

public Guid? CompetencyItemIdentifier { get; set; }

Property Value

Guid?

CompetencyItemLabel

public string CompetencyItemLabel { get; set; }

Property Value

string

CompetencyItemTitle

public string CompetencyItemTitle { get; set; }

Property Value

string

OptionKey

public int OptionKey { get; set; }

Property Value

int

OptionPoints

public decimal OptionPoints { get; set; }

Property Value

decimal

OptionSequence

public int OptionSequence { get; set; }

Property Value

int

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid

QuestionSequence

public int QuestionSequence { get; set; }

Property Value

int