Class PayrunWageTypeAvailableRuntime
Runtime for the payrun wage type available function
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Runtime.Api
Assembly: PayrollEngine.Client.Services.dll
Syntax
public class PayrunWageTypeAvailableRuntime : PayrunRuntimeBase, IPayrunWageTypeAvailableRuntime, IPayrunRuntime, IPayrollRuntime, IRuntime
Constructors
View SourcePayrunWageTypeAvailableRuntime(PayrollHttpClient, ScriptContext, int, int, int, int?)
Initializes a new instance of the PayrunWageTypeAvailableRuntime class
Declaration
public PayrunWageTypeAvailableRuntime(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 |
Overrides
View SourceWageTypeNumber
The wage type number
Declaration
public decimal WageTypeNumber { get; }
Property Value
| Type | Description |
|---|---|
| decimal |
Methods
View SourceGetWageTypeAttribute(string)
Get wage type attribute value
Declaration
public object GetWageTypeAttribute(string attributeName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | attributeName | Name of the attribute |
Returns
| Type | Description |
|---|---|
| object | The wage type attribute value |