Click or drag to resize
CalculatedWage Class
Employee's wage information with current calculated wage.
Inheritance Hierarchy
SystemObject
  AMG.API.Definitions.EmployeesWage
    AMG.API.Definitions.EmployeesCalculatedWage

Namespace: AMG.API.Definitions.Employees
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class CalculatedWage : Wage

The CalculatedWage type exposes the following members.

Constructors
  NameDescription
Public methodCalculatedWage
Initializes a new instance of the CalculatedWage class
Top
Properties
  NameDescription
Public propertyAmount
Wage amount
(Inherited from Wage.)
Public propertyCalculated
Calculated wage
Public propertyDepartmentWages
Overridden Wages defined for Departments.
(Inherited from Wage.)
Public propertyJobWages
Overridden Wages defined for Jobs.
(Inherited from Wage.)
Public propertyPayPeriod
Pay Period if Type is Salary, Calculated_Salary or Budget. enum PayPeriod { Weekly = 1, Biweekly = 2, Semimonthly = 3, Monthly = 4, Fourweekly = 5 }
(Inherited from Wage.)
Public propertySemimonthlyDays
Semimonthly period days if PayPeriod is Semimonthly.
(Inherited from Wage.)
Public propertyStartDate
Starting date of wage
(Inherited from Wage.)
Public propertyType
Wage type enum WageType { Hourly = 1, Salary = 2, Calculated_Salary = 3, Daily = 4, Budget = 5 }
(Inherited from Wage.)
Public propertyUseJobCosting
Indicates if wage uses job costing.
(Inherited from Wage.)
Top
See Also