Class WageTypeValueRuntime
Runtime for the wage type value function
Inheritance
WageTypeValueRuntime
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Runtime.Api
Assembly: PayrollEngine.Client.Services.dll
Syntax
public class WageTypeValueRuntime : WageTypeRuntimeBase, IWageTypeValueRuntime, IWageTypeRuntime, IPayrunRuntime, IPayrollRuntime, IRuntime
Constructors
View SourceWageTypeValueRuntime(PayrollHttpClient, ScriptContext, int, int, int, int?)
Initializes a new instance of the WageTypeValueRuntime class
Declaration
public WageTypeValueRuntime(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 SourceExecutionCount
The execution count
Declaration
public int ExecutionCount { get; }
Property Value
| Type | Description |
|---|---|
| int |
LogOwnerType
The log owner type
Declaration
protected override string LogOwnerType { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
View SourceGetValueActions()
Get wage type value actions
Declaration
public string[] GetValueActions()
Returns
| Type | Description |
|---|---|
| string[] |
RestartExecution()
Restart execution of wage type calculation
Declaration
public void RestartExecution()