Show / Hide Table of Contents

Interface ICollectorScriptParser

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

Methods

GetCollectorApplyScript(ScriptCodeQuery, string, string)

Declaration
string GetCollectorApplyScript(ScriptCodeQuery query, string regulationName, string collectorName)
Parameters
Type Name Description
ScriptCodeQuery query
string regulationName
string collectorName
Returns
Type Description
string

GetCollectorEndScript(ScriptCodeQuery, string, string)

Declaration
string GetCollectorEndScript(ScriptCodeQuery query, string regulationName, string collectorName)
Parameters
Type Name Description
ScriptCodeQuery query
string regulationName
string collectorName
Returns
Type Description
string

GetCollectorStartScript(ScriptCodeQuery, string, string)

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