Interface IReportScriptParser
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IReportScriptParser
Methods
GetReportBuildScript(ScriptCodeQuery, string, string)
Declaration
string GetReportBuildScript(ScriptCodeQuery query, string regulationName, string reportName)
Parameters
Returns
GetReportEndScript(ScriptCodeQuery, string, string)
Declaration
string GetReportEndScript(ScriptCodeQuery query, string regulationName, string reportName)
Parameters
Returns
GetReportStartScript(ScriptCodeQuery, string, string)
Declaration
string GetReportStartScript(ScriptCodeQuery query, string regulationName, string reportName)
Parameters
Returns
Extension Methods