Class CollectAttemptSections
public class CollectAttemptSections : Query<IEnumerable<AttemptSectionModel>>, IQuery<IEnumerable<AttemptSectionModel>>, IAttemptSectionCriteria
- Inheritance
-
CollectAttemptSections
- Implements
- Inherited Members
- Extension Methods
Constructors
CollectAttemptSections()
public CollectAttemptSections()
Properties
IsBreakTimer
public bool? IsBreakTimer { get; set; }
Property Value
- bool?
SectionCompleted
public DateTimeOffset? SectionCompleted { get; set; }
Property Value
SectionDuration
public int? SectionDuration { get; set; }
Property Value
- int?
SectionIdentifier
public Guid? SectionIdentifier { get; set; }
Property Value
- Guid?
SectionStarted
public DateTimeOffset? SectionStarted { get; set; }
Property Value
ShowWarningNextTab
public bool? ShowWarningNextTab { get; set; }
Property Value
- bool?
TimeLimit
public int? TimeLimit { get; set; }
Property Value
- int?
TimerType
public string TimerType { get; set; }