Class AttemptPinModel
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class AttemptPinModel
- Inheritance
-
AttemptPinModel
- Inherited Members
-
- Extension Methods
-
Constructors
AttemptPinModel()
Properties
AttemptIdentifier
public Guid AttemptIdentifier { get; set; }
Property Value
- Guid
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
PinSequence
public int PinSequence { get; set; }
Property Value
- int
PinX
public int PinX { get; set; }
Property Value
- int
PinY
public int PinY { get; set; }
Property Value
- int
QuestionIdentifier
public Guid QuestionIdentifier { get; set; }
Property Value
- Guid
QuestionSequence
public int QuestionSequence { get; set; }
Property Value
- int