Table of Contents

Class CollectAttemptOptions

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class CollectAttemptOptions : Query<IEnumerable<AttemptOptionModel>>, IQuery<IEnumerable<AttemptOptionModel>>, IAttemptOptionCriteria
Inheritance
CollectAttemptOptions
Implements
Inherited Members
Extension Methods

Constructors

CollectAttemptOptions()

public CollectAttemptOptions()

Properties

AnswerIsSelected

public bool? AnswerIsSelected { get; set; }

Property Value

bool?

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

OptionAnswerSequence

public int? OptionAnswerSequence { get; set; }

Property Value

int?

OptionCutScore

public decimal? OptionCutScore { get; set; }

Property Value

decimal?

OptionIsTrue

public bool? OptionIsTrue { get; set; }

Property Value

bool?

OptionPoints

public decimal? OptionPoints { get; set; }

Property Value

decimal?

OptionSequence

public int? OptionSequence { get; set; }

Property Value

int?

OptionShape

public string OptionShape { get; set; }

Property Value

string

OptionText

public string OptionText { get; set; }

Property Value

string

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

QuestionSequence

public int? QuestionSequence { get; set; }

Property Value

int?