Interface ICollectorEndRuntime
Runtime for the collector end function CollectorEndFunction
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Runtime
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public interface ICollectorEndRuntime : ICollectorRuntime, IPayrunRuntime, IPayrollRuntime, IRuntime
Methods
GetEndActions()
Get collector end actions
Declaration
string[] GetEndActions()
Returns
| Type | Description |
|---|---|
| string[] |
GetValues()
Get collector values
Declaration
decimal[] GetValues()
Returns
| Type | Description |
|---|---|
| decimal[] |
SetValues(decimal[])
Sets the collector values
Declaration
void SetValues(decimal[] values)
Parameters
| Type | Name | Description |
|---|---|---|
| decimal[] | values | The values to set |