Click or drag to resize
Wage Class
Container class for employee's wage.
Inheritance Hierarchy

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

The Wage type exposes the following members.

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