Table of Contents

Class RetrieveAttemptMatch

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
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

Guid

MatchSequence

public int MatchSequence { get; set; }

Property Value

int

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid