Table of Contents

Class QAttemptPin

Namespace
InSite.Application.Attempts.Read
Assembly
Shift.Sdk.dll
public class QAttemptPin
Inheritance
QAttemptPin
Inherited Members
Extension Methods

Constructors

QAttemptPin()

public QAttemptPin()

QAttemptPin(QAttemptQuestion)

public QAttemptPin(QAttemptQuestion question)

Parameters

question QAttemptQuestion

Properties

Attempt

public virtual QAttempt Attempt { get; set; }

Property Value

QAttempt

AttemptIdentifier

public Guid AttemptIdentifier { get; set; }

Property Value

Guid

HasCoordinates

public bool HasCoordinates { get; }

Property Value

bool

OptionKey

public int? OptionKey { get; set; }

Property Value

int?

OptionPoints

public decimal? OptionPoints { get; set; }

Property Value

decimal?

OptionSequence

public int? OptionSequence { get; set; }

Property Value

int?

OptionText

public string OptionText { get; set; }

Property Value

string

PinSequence

public int PinSequence { get; set; }

Property Value

int

PinX

public int PinX { get; set; }

Property Value

int

PinY

public int PinY { get; set; }

Property Value

int

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid

QuestionSequence

public int QuestionSequence { get; set; }

Property Value

int