Class CaseRelationBuildRuntime
Runtime for the case relation build function
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Runtime.Api
Assembly: PayrollEngine.Client.Services.dll
Syntax
public class CaseRelationBuildRuntime : CaseRelationRuntimeBase, ICaseRelationBuildRuntime, ICaseRelationRuntime, IPayrollRuntime, IRuntime
Constructors
View SourceCaseRelationBuildRuntime(PayrollHttpClient, ScriptContext, int, int, int, CaseSet, CaseSet, int?)
Initializes a new instance of the CaseRelationBuildRuntime class
Declaration
public CaseRelationBuildRuntime(PayrollHttpClient httpClient, ScriptContext scriptContext, int tenantId, int payrollId, int userId, CaseSet sourceCaseSet, CaseSet targetCaseSet, int? employeeId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| PayrollHttpClient | httpClient | The Payroll http client |
| ScriptContext | scriptContext | The script context |
| int | tenantId | The tenant id |
| int | payrollId | The payroll id |
| int | userId | The user id |
| CaseSet | sourceCaseSet | The source case set |
| CaseSet | targetCaseSet | The target 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 |