Click or drag to resize
EmployeeBenefits Class
The summary container of employee's benefits
Inheritance Hierarchy
SystemObject
  AMG.API.TimecardEmployeeBenefits

Namespace: AMG.API.Timecard
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class EmployeeBenefits

The EmployeeBenefits type exposes the following members.

Constructors
  NameDescription
Public methodEmployeeBenefits
Initializes a new instance of the EmployeeBenefits class
Top
Properties
  NameDescription
Public propertyAccrued
Hours accrued.
Public propertyAllowed

Hours added in current cycle.

CarriedOver + Accrued + ManuallyAdded
Public propertyCarriedOver
Hours carried over from the last Carry Over cycle.
Public propertyCategoryId
The category ID of the benefit.
Public propertyCurrentCycleStartDate
Current Carry Over Cycle's start date.
Public propertyLeft
Hours left to use.
Public propertyManuallyAdded
Manually added hours.
Public propertyMaxCarryOver
Maximum hours allowed to be carried over.
Public propertyTaken
Benefit hours taken.
Public propertyTakenCount
The count benefit was taken.
Top
See Also