Click or drag to resize
JobCostingWage Class
Container class for wage which defines job costing features for either Job or Department
Inheritance Hierarchy
SystemObject
  AMG.API.Definitions.EmployeesJobCostingWage

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

The JobCostingWage type exposes the following members.

Constructors
  NameDescription
Public methodJobCostingWage
Initializes a new instance of the JobCostingWage class
Top
Properties
  NameDescription
Public propertyBaseWage
Base wage for related job costing item.
Public propertyOverridenWage
Wage value which overrides base wage.
Public propertyReferenceId
ID number of related job costing item.
Public propertyUseBase
Indicates if base wage should be used, e.g. doesn't override related job costing item's wage.
Top
See Also