Click or drag to resize
OvertimeDefinition Class
Class representing general options for each overtime level.
Inheritance Hierarchy
SystemObject
  AMG.API.Definitions.PoliciesOvertimeDefinition

Namespace: AMG.API.Definitions.Policies
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class OvertimeDefinition

The OvertimeDefinition type exposes the following members.

Constructors
  NameDescription
Public methodOvertimeDefinition
Initializes a new instance of the OvertimeDefinition class
Top
Properties
  NameDescription
Public propertyCalculateOT
Indicates if overtime calculation is enabled for this level.
Public propertyMultiplier
Coefficient of each OT level by which the wage of overtime hours should be multiplied.
Public propertyPeriodLimit
Limit for overtime period (weekly/biweekly) after which OT level is being increased.
Top
See Also