Table of Contents

Class RetrieveAttemptSolution

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class RetrieveAttemptSolution : Query<AttemptSolutionModel>, IQuery<AttemptSolutionModel>
Inheritance
RetrieveAttemptSolution
Implements
Inherited Members
Extension Methods

Constructors

RetrieveAttemptSolution()

public RetrieveAttemptSolution()

Properties

AttemptIdentifier

public Guid AttemptIdentifier { get; set; }

Property Value

Guid

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid

SolutionIdentifier

public Guid SolutionIdentifier { get; set; }

Property Value

Guid