Interface IPayrunScriptParser
Payrun script parser
Namespace: PayrollEngine.Client.Script
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrunScriptParser
Methods
GetPayrunEmployeeAvailableScript(ScriptCodeQuery, string)
Gets the payrun employee available script
Declaration
string GetPayrunEmployeeAvailableScript(ScriptCodeQuery query, string payrunName)
Parameters
| Type | Name | Description |
|---|---|---|
| ScriptCodeQuery | query | The script code query |
| string | payrunName | Name of the payrun |
Returns
| Type | Description |
|---|---|
| string | The payrun employee available script |
GetPayrunEmployeeEndScript(ScriptCodeQuery, string)
Gets the payrun employee end script
Declaration
string GetPayrunEmployeeEndScript(ScriptCodeQuery query, string payrunName)
Parameters
| Type | Name | Description |
|---|---|---|
| ScriptCodeQuery | query | The script code query |
| string | payrunName | Name of the payrun |
Returns
| Type | Description |
|---|---|
| string | The payrun employee end script |
GetPayrunEmployeeStartScript(ScriptCodeQuery, string)
Gets the payrun employee start script
Declaration
string GetPayrunEmployeeStartScript(ScriptCodeQuery query, string payrunName)
Parameters
| Type | Name | Description |
|---|---|---|
| ScriptCodeQuery | query | The script code query |
| string | payrunName | Name of the payrun |
Returns
| Type | Description |
|---|---|
| string | The payrun employee start script |
GetPayrunEndScript(ScriptCodeQuery, string)
Gets the payrun end script
Declaration
string GetPayrunEndScript(ScriptCodeQuery query, string payrunName)
Parameters
| Type | Name | Description |
|---|---|---|
| ScriptCodeQuery | query | The script code query |
| string | payrunName | Name of the payrun |
Returns
| Type | Description |
|---|---|
| string | The payrun end script |
GetPayrunStartScript(ScriptCodeQuery, string)
Gets the payrun start script
Declaration
string GetPayrunStartScript(ScriptCodeQuery query, string payrunName)
Parameters
| Type | Name | Description |
|---|---|---|
| ScriptCodeQuery | query | The script code query |
| string | payrunName | Name of the payrun |
Returns
| Type | Description |
|---|---|
| string | The payrun start script |
GetPayrunWageTypeAvailableScript(ScriptCodeQuery, string)
Gets the payrun wage type available script
Declaration
string GetPayrunWageTypeAvailableScript(ScriptCodeQuery query, string payrunName)
Parameters
| Type | Name | Description |
|---|---|---|
| ScriptCodeQuery | query | The script code query |
| string | payrunName | Name of the payrun |
Returns
| Type | Description |
|---|---|
| string | The payrun wage type available script |