Click or drag to resize
ShiftGroup Class
Container class for shift group.
Inheritance Hierarchy

Namespace: AMG.API.Definitions.Shifts
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class ShiftGroup : BaseDefinition

The ShiftGroup type exposes the following members.

Constructors
  NameDescription
Public methodShiftGroup
Initializes a new instance of the ShiftGroup class
Top
Properties
  NameDescription
Public propertyActive
Indicates if the definition is active.
(Inherited from BaseDefinition.)
Public propertyBreakRoundingId
Break rounding ID
Public propertyCode
Definition's code
(Inherited from BaseDefinition.)
Public propertyDifferentials
Array of differential configurations. Used if UseDifferentials is true.
Public propertyId
ID number of definition
(Inherited from BaseDefinition.)
Public propertyInOutRoundingId
In/Out rounding ID
Public propertyIsFlex
Indicates if all shifts in the group are flexible.
Public propertyLunchRoundingId
Lunch rounding ID
Public propertyName
Name of definition
(Inherited from BaseDefinition.)
Public propertyOutsideRoundingId
Outside rounding ID
Public propertyShifts
Array of Shifts
Public propertyUseDifferentials
Indicates if differentials are used for the shift group.
Top
See Also