Click or drag to resize
CalculatedWage Properties

The CalculatedWage type exposes the following members.

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