Table of Contents

Class RetrieveAttemptOption

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

Guid

OptionKey

public int OptionKey { get; set; }

Property Value

int

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid