Show / Hide Table of Contents

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

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