Class WageTypeResultFunction
Wage type function
Implements
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Function
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class WageTypeResultFunction : WageTypeFunction, IDisposable
Constructors
WageTypeResultFunction(object)
Initializes a new instance with the function runtime
Declaration
public WageTypeResultFunction(object runtime)
Parameters
| Type | Name | Description |
|---|---|---|
| object | runtime | The runtime |
WageTypeResultFunction(string)
New function instance without runtime (scripting development)
Declaration
protected WageTypeResultFunction(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
Properties
WageTypeValue
The wage type value
Declaration
[ActionProperty("Wage type value", null)]
public decimal WageTypeValue { get; }
Property Value
| Type | Description |
|---|---|
| decimal |
Methods
Result()
Entry point for the runtime
Declaration
public object Result()
Returns
| Type | Description |
|---|---|
| object |
Remarks
Internal usage only, do not call this method