Table of Contents

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

bank Guid
section Guid
warningOnNextTab bool
breakTimerEnabled bool
timeLimit int
timerType FormSectionTimeType

Properties

BreakTimerEnabled

public bool BreakTimerEnabled { get; set; }

Property Value

bool

Section

public Guid Section { get; set; }

Property Value

Guid

TimeLimit

public int TimeLimit { get; set; }

Property Value

int

TimerType

public FormSectionTimeType TimerType { get; set; }

Property Value

FormSectionTimeType

WarningOnNextTabEnabled

public bool WarningOnNextTabEnabled { get; set; }

Property Value

bool