Table of Contents

Class QAttemptSection

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

Constructors

QAttemptSection()

public QAttemptSection()

Properties

Attempt

public virtual QAttempt Attempt { get; set; }

Property Value

QAttempt

AttemptIdentifier

public Guid AttemptIdentifier { get; set; }

Property Value

Guid

IsBreakTimer

public bool IsBreakTimer { get; set; }

Property Value

bool

SectionCompleted

public DateTimeOffset? SectionCompleted { get; set; }

Property Value

DateTimeOffset?

SectionDuration

public int? SectionDuration { get; set; }

Property Value

int?

SectionIdentifier

public Guid? SectionIdentifier { get; set; }

Property Value

Guid?

SectionIndex

public int SectionIndex { get; set; }

Property Value

int

SectionStarted

public DateTimeOffset? SectionStarted { get; set; }

Property Value

DateTimeOffset?

ShowWarningNextTab

public bool ShowWarningNextTab { get; set; }

Property Value

bool

TimeLimit

public int? TimeLimit { get; set; }

Property Value

int?

TimerType

public string TimerType { get; set; }

Property Value

string