Show / Hide Table of Contents

Interface IPayrunScriptParser

Namespace: PayrollEngine.Client.Script
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrunScriptParser

Methods

GetPayrunEmployeeAvailableScript(ScriptCodeQuery, string)

Declaration
string GetPayrunEmployeeAvailableScript(ScriptCodeQuery query, string payrunName)
Parameters
Type Name Description
ScriptCodeQuery query
string payrunName
Returns
Type Description
string

GetPayrunEmployeeEndScript(ScriptCodeQuery, string)

Declaration
string GetPayrunEmployeeEndScript(ScriptCodeQuery query, string payrunName)
Parameters
Type Name Description
ScriptCodeQuery query
string payrunName
Returns
Type Description
string

GetPayrunEmployeeStartScript(ScriptCodeQuery, string)

Declaration
string GetPayrunEmployeeStartScript(ScriptCodeQuery query, string payrunName)
Parameters
Type Name Description
ScriptCodeQuery query
string payrunName
Returns
Type Description
string

GetPayrunEndScript(ScriptCodeQuery, string)

Declaration
string GetPayrunEndScript(ScriptCodeQuery query, string payrunName)
Parameters
Type Name Description
ScriptCodeQuery query
string payrunName
Returns
Type Description
string

GetPayrunStartScript(ScriptCodeQuery, string)

Declaration
string GetPayrunStartScript(ScriptCodeQuery query, string payrunName)
Parameters
Type Name Description
ScriptCodeQuery query
string payrunName
Returns
Type Description
string

GetPayrunWageTypeAvailableScript(ScriptCodeQuery, string)

Declaration
string GetPayrunWageTypeAvailableScript(ScriptCodeQuery query, string payrunName)
Parameters
Type Name Description
ScriptCodeQuery query
string payrunName
Returns
Type Description
string

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX