Interface IWageTypeScriptParser
Wage type script parser
Namespace: PayrollEngine.Client.Script
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IWageTypeScriptParser
Methods
GetWageTypeResultScript(ScriptCodeQuery, string, decimal)
Gets the wage type result script
Declaration
string GetWageTypeResultScript(ScriptCodeQuery query, string regulationName, decimal wageTypeNumber)
Parameters
| Type | Name | Description |
|---|---|---|
| ScriptCodeQuery | query | The script code query |
| string | regulationName | The regulation name |
| decimal | wageTypeNumber | The wage type number |
Returns
| Type | Description |
|---|---|
| string | The wage type result script |
GetWageTypeValueScript(ScriptCodeQuery, string, decimal)
Gets the wage type value script
Declaration
string GetWageTypeValueScript(ScriptCodeQuery query, string regulationName, decimal wageTypeNumber)
Parameters
| Type | Name | Description |
|---|---|---|
| ScriptCodeQuery | query | The script code query |
| string | regulationName | The regulation name |
| decimal | wageTypeNumber | The wage type number |
Returns
| Type | Description |
|---|---|
| string | The wage type value script |