Show / Hide Table of Contents

Interface IWageTypeScriptParser

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

Methods

GetWageTypeResultScript(ScriptCodeQuery, string, decimal)

Declaration
string GetWageTypeResultScript(ScriptCodeQuery query, string regulationName, decimal wageTypeNumber)
Parameters
Type Name Description
ScriptCodeQuery query
string regulationName
decimal wageTypeNumber
Returns
Type Description
string

GetWageTypeValueScript(ScriptCodeQuery, string, decimal)

Declaration
string GetWageTypeValueScript(ScriptCodeQuery query, string regulationName, decimal wageTypeNumber)
Parameters
Type Name Description
ScriptCodeQuery query
string regulationName
decimal wageTypeNumber
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