Class SearchAttemptPins
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
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?