Interface IPayrunEndRuntime
Runtime for the payrun employee available function PayrunEndFunction
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Runtime
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public interface IPayrunEndRuntime : IPayrunRuntime, IPayrollRuntime, IRuntime
Methods
GetEmployeeRuntimeValues(string)
Get employee runtime values
Declaration
Dictionary<string, string> GetEmployeeRuntimeValues(string employeeIdentifier)
Parameters
| Type | Name | Description |
|---|---|---|
| string | employeeIdentifier | The employee identifier |
Returns
| Type | Description |
|---|---|
| Dictionary<string, string> | Employee runtime values |
GetPayrunRuntimeValues()
Get payrun runtime values
Declaration
Dictionary<string, string> GetPayrunRuntimeValues()
Returns
| Type | Description |
|---|---|
| Dictionary<string, string> | Payrun runtime values |
GetRuntimeValuesEmployees()
Get the employees with runtime values
Declaration
List<string> GetRuntimeValuesEmployees()
Returns
| Type | Description |
|---|---|
| List<string> | Payrun runtime values |