Interface ICollectorStartRuntime
Runtime for the collector start function CollectorStartFunction
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Runtime
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public interface ICollectorStartRuntime : ICollectorRuntime, IPayrunRuntime, IPayrollRuntime, IRuntime
Methods
GetStartActions()
Get collector start actions
Declaration
string[] GetStartActions()
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 |