Interface ICaseRelationScriptParser
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseRelationScriptParser
Methods
GetCaseRelationBuildScript(ScriptCodeQuery, string, string, string, string, string)
Declaration
string GetCaseRelationBuildScript(ScriptCodeQuery query, string regulationName, string sourceCaseName, string targetCaseName, string sourceCaseSlot = null, string targetCaseSlot = null)
Parameters
Returns
GetCaseRelationValidateScript(ScriptCodeQuery, string, string, string, string, string)
Declaration
string GetCaseRelationValidateScript(ScriptCodeQuery query, string regulationName, string sourceCaseName, string targetCaseName, string sourceCaseSlot = null, string targetCaseSlot = null)
Parameters
Returns
Extension Methods