Table of Contents

Class SearchAttemptSolutions

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class SearchAttemptSolutions : Query<IEnumerable<AttemptSolutionMatch>>, IQuery<IEnumerable<AttemptSolutionMatch>>, IAttemptSolutionCriteria
Inheritance
SearchAttemptSolutions
Implements
Inherited Members
Extension Methods

Constructors

SearchAttemptSolutions()

public SearchAttemptSolutions()

Properties

AnswerIsMatched

public bool? AnswerIsMatched { get; set; }

Property Value

bool?

QuestionSequence

public int? QuestionSequence { get; set; }

Property Value

int?

SolutionCutScore

public decimal? SolutionCutScore { get; set; }

Property Value

decimal?

SolutionOptionsOrder

public string SolutionOptionsOrder { get; set; }

Property Value

string

SolutionPoints

public decimal? SolutionPoints { get; set; }

Property Value

decimal?

SolutionSequence

public int? SolutionSequence { get; set; }

Property Value

int?