Class PayrunEmployeeEndRuntime
Runtime for the payrun employee end function
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Runtime.Api
Assembly: PayrollEngine.Client.Services.dll
Syntax
public class PayrunEmployeeEndRuntime : PayrunRuntimeBase, IPayrunEmployeeEndRuntime, IPayrunRuntime, IPayrollRuntime, IRuntime
Constructors
View SourcePayrunEmployeeEndRuntime(PayrollHttpClient, ScriptContext, int, int, int, int?)
Initializes a new instance of the PayrunEmployeeEndRuntime class
Declaration
public PayrunEmployeeEndRuntime(PayrollHttpClient httpClient, ScriptContext scriptContext, int tenantId, int userId, int payrollId, int? employeeId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| PayrollHttpClient | httpClient | The Payroll http client |
| ScriptContext | scriptContext | The script context |
| int | tenantId | The tenant id |
| int | userId | The user id |
| int | payrollId | The payroll id |
| int? | employeeId | The employee id |
Properties
View SourceLogOwnerType
The log owner type
Declaration
protected override string LogOwnerType { get; }
Property Value
| Type | Description |
|---|---|
| string |