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