Table of Contents

Class SearchAttemptPins

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class SearchAttemptPins : Query<IEnumerable<AttemptPinMatch>>, IQuery<IEnumerable<AttemptPinMatch>>, IAttemptPinCriteria
Inheritance
SearchAttemptPins
Implements
Inherited Members
Extension Methods

Constructors

SearchAttemptPins()

public SearchAttemptPins()

Properties

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?

OptionText

public string OptionText { get; set; }

Property Value

string

PinX

public int? PinX { get; set; }

Property Value

int?

PinY

public int? PinY { get; set; }

Property Value

int?

QuestionSequence

public int? QuestionSequence { get; set; }

Property Value

int?