Class SectionReconfigured
public class SectionReconfigured : Change, IChange
- Inheritance
-
SectionReconfigured
- Implements
- Inherited Members
- Extension Methods
Constructors
SectionReconfigured(Guid, bool, bool, int, FormSectionTimeType)
public SectionReconfigured(Guid section, bool warningOnNextTab, bool breakTimerEnabled, int timeLimit, FormSectionTimeType timerType)
Parameters
sectionGuidwarningOnNextTabboolbreakTimerEnabledbooltimeLimitinttimerTypeFormSectionTimeType
Properties
BreakTimerEnabled
public bool BreakTimerEnabled { get; set; }
Property Value
Section
public Guid Section { get; set; }
Property Value
TimeLimit
public int TimeLimit { get; set; }
Property Value
TimerType
public FormSectionTimeType TimerType { get; set; }
Property Value
WarningOnNextTabEnabled
public bool WarningOnNextTabEnabled { get; set; }