Class RetrieveAttemptMatch
public class RetrieveAttemptMatch : Query<AttemptMatchModel>, IQuery<AttemptMatchModel>
- Inheritance
-
RetrieveAttemptMatch
- Implements
- Inherited Members
- Extension Methods
Constructors
RetrieveAttemptMatch()
public RetrieveAttemptMatch()
Properties
AttemptIdentifier
public Guid AttemptIdentifier { get; set; }
Property Value
MatchSequence
public int MatchSequence { get; set; }
Property Value
QuestionIdentifier
public Guid QuestionIdentifier { get; set; }