Table of Contents

Class CollectAttemptPins

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

Constructors

CollectAttemptPins()

public CollectAttemptPins()

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?