Table of Contents

Class SectionReconfigured

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
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

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