Interface IAttemptSectionCriteria
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public interface IAttemptSectionCriteria
- Extension Methods
-
Properties
Filter
QueryFilter Filter { get; set; }
Property Value
- QueryFilter
IsBreakTimer
bool? IsBreakTimer { get; set; }
Property Value
- bool?
SectionCompleted
DateTimeOffset? SectionCompleted { get; set; }
Property Value
- DateTimeOffset?
SectionDuration
int? SectionDuration { get; set; }
Property Value
- int?
SectionIdentifier
Guid? SectionIdentifier { get; set; }
Property Value
- Guid?
SectionStarted
DateTimeOffset? SectionStarted { get; set; }
Property Value
- DateTimeOffset?
ShowWarningNextTab
bool? ShowWarningNextTab { get; set; }
Property Value
- bool?
TimeLimit
int? TimeLimit { get; set; }
Property Value
- int?
TimerType
string TimerType { get; set; }
Property Value
- string