Class CaseBuildRuntime
Runtime for the case build function
Inheritance
CaseBuildRuntime
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Runtime.Api
Assembly: PayrollEngine.Client.Services.dll
Syntax
public class CaseBuildRuntime : CaseChangeRuntimeBase, ICaseBuildRuntime, ICaseChangeRuntime, ICaseRuntime, IPayrollRuntime, IRuntime
Constructors
View SourceCaseBuildRuntime(PayrollHttpClient, ScriptContext, int, int, int, CaseSet, int?)
Initializes a new instance of the CaseBuildRuntime class
Declaration
public CaseBuildRuntime(PayrollHttpClient httpClient, ScriptContext scriptContext, int tenantId, int userId, int payrollId, CaseSet caseSet, 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 |
| CaseSet | caseSet | The runtime case set |
| int? | employeeId | The employee id |
Properties
View SourceLogOwnerType
The log owner type
Declaration
protected override string LogOwnerType { get; }
Property Value
| Type | Description |
|---|---|
| string |