Interface ICollectorApplyRuntime
Runtime for the collector apply function CollectorApplyFunction
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Runtime
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public interface ICollectorApplyRuntime : ICollectorRuntime, IPayrunRuntime, IPayrollRuntime, IRuntime
Properties
WageTypeName
The wage type name
Declaration
string WageTypeName { get; }
Property Value
| Type | Description |
|---|---|
| string |
WageTypeNumber
The wage type number
Declaration
decimal WageTypeNumber { get; }
Property Value
| Type | Description |
|---|---|
| decimal |
WageTypeValue
The wage type result value
Declaration
decimal WageTypeValue { get; }
Property Value
| Type | Description |
|---|---|
| decimal |
Methods
GetApplyActions()
Get collector apply actions
Declaration
string[] GetApplyActions()
Returns
| Type | Description |
|---|---|
| string[] |