Class AttemptSectionState
- Namespace
- InSite.Domain.Attempts
- Assembly
- Shift.Sdk.dll
public class AttemptSectionState
- Inheritance
-
AttemptSectionState
- Inherited Members
-
- Extension Methods
-
Constructors
AttemptSectionState(AttemptSection, int)
public AttemptSectionState(AttemptSection model, int index)
Parameters
model AttemptSection
index int
AttemptSectionState(int)
public AttemptSectionState(int index)
Parameters
index int
Properties
Completed
public DateTimeOffset? Completed { get; set; }
Property Value
- DateTimeOffset?
Duration
public int? Duration { get; set; }
Property Value
- int?
Identifier
public Guid? Identifier { get; }
Property Value
- Guid?
Index
public int Index { get; }
Property Value
- int
IsBreakTimer
public bool IsBreakTimer { get; }
Property Value
- bool
ShowWarningNextTab
public bool ShowWarningNextTab { get; }
Property Value
- bool
Started
public DateTimeOffset? Started { get; set; }
Property Value
- DateTimeOffset?
TimeLimit
public int TimeLimit { get; }
Property Value
- int
TimerType
public FormSectionTimeType TimerType { get; }
Property Value
- FormSectionTimeType