Class CollectAttemptPins
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
OptionSequence
public int? OptionSequence { get; set; }
Property Value
- int?
OptionText
public string OptionText { get; set; }
Property Value
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?