Click or drag to resize
IWageApiGetWage Method
Gets employee's calculated wage according to all job costing rules.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
CalculatedWage GetWage(
	EmployeeWage source,
	DateTime date,
	int jobId,
	int depId
)

Parameters

source
Type: AMG.API.Definitions.EmployeesEmployeeWage
Employee's base reference wages container.
date
Type: SystemDateTime
Date for which the wage should be calculated.
jobId
Type: SystemInt32
Job ID used for job costing calculations.
depId
Type: SystemInt32
Department ID used for job costing calculations.

Return Value

Type: CalculatedWage
Returns calculated wage container.
See Also