Class PayrunEmployeeEndFunction
Payrun employee start function
Implements
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Function
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class PayrunEmployeeEndFunction : PayrunFunction, IDisposable
Constructors
PayrunEmployeeEndFunction(object)
Initializes a new instance with the function runtime
Declaration
public PayrunEmployeeEndFunction(object runtime)
Parameters
| Type | Name | Description |
|---|---|---|
| object | runtime | The runtime |
PayrunEmployeeEndFunction(string)
New function instance without runtime (scripting development)
Declaration
protected PayrunEmployeeEndFunction(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
End()
Entry point for the runtime
Declaration
public void End()
Remarks
Internal usage only, do not call this method