Show / Hide Table of Contents

Interface ICaseRelationScriptParser

Namespace: PayrollEngine.Client.Script
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
Type Name Description
ScriptCodeQuery query
string regulationName
string sourceCaseName
string targetCaseName
string sourceCaseSlot
string targetCaseSlot
Returns
Type Description
string

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
Type Name Description
ScriptCodeQuery query
string regulationName
string sourceCaseName
string targetCaseName
string sourceCaseSlot
string targetCaseSlot
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