Class ReconfigureSection
- Namespace
- InSite.Application.Banks.Write
- Assembly
- Shift.Sdk.dll
public class ReconfigureSection : Command, ICommand
- Inheritance
-
ReconfigureSection
- Implements
- Inherited Members
- Extension Methods
Constructors
ReconfigureSection(Guid, Guid, bool, bool, int, FormSectionTimeType)
public ReconfigureSection(Guid bank, Guid section, bool warningOnNextTab, bool breakTimerEnabled, int timeLimit, FormSectionTimeType timerType)
Parameters
bankGuidsectionGuidwarningOnNextTabboolbreakTimerEnabledbooltimeLimitinttimerTypeFormSectionTimeType
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; }