Show / Hide Table of Contents

Interface ICaseScriptParser

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

Methods

GetCaseAvailableScript(ScriptCodeQuery, string, string)

Declaration
string GetCaseAvailableScript(ScriptCodeQuery query, string regulationName, string caseName)
Parameters
Type Name Description
ScriptCodeQuery query
string regulationName
string caseName
Returns
Type Description
string

GetCaseBuildScript(ScriptCodeQuery, string, string)

Declaration
string GetCaseBuildScript(ScriptCodeQuery query, string regulationName, string caseName)
Parameters
Type Name Description
ScriptCodeQuery query
string regulationName
string caseName
Returns
Type Description
string

GetCaseValidateScript(ScriptCodeQuery, string, string)

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