Interface IWageTypeValueRuntime
Runtime for the wage type value function WageTypeValueFunction
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Runtime
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public interface IWageTypeValueRuntime : IWageTypeRuntime, IPayrunRuntime, IPayrollRuntime, IRuntime
Properties
ExecutionCount
The execution count
Declaration
int ExecutionCount { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
GetValueActions()
Get wage type value actions
Declaration
string[] GetValueActions()
Returns
| Type | Description |
|---|---|
| string[] |
RestartExecution()
Restart execution of wage type calculation
Declaration
void RestartExecution()