Class PayrunStartFunction
Payrun start function
Implements
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Function
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class PayrunStartFunction : PayrunFunction, IDisposable
Constructors
PayrunStartFunction(object)
Initializes a new instance with the function runtime
Declaration
public PayrunStartFunction(object runtime)
Parameters
| Type | Name | Description |
|---|---|---|
| object | runtime | The runtime |
PayrunStartFunction(string)
New function instance without runtime (scripting development)
Declaration
protected PayrunStartFunction(string sourceFileName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sourceFileName | The name of the source file |
Remarks
Use GetSourceFileName(string) in your constructor for the source file name
Methods
Start()
Entry point for the runtime
Declaration
public bool? Start()
Returns
| Type | Description |
|---|---|
| bool? |
Remarks
Internal usage only, do not call this method