Class CaseRelationBuildScriptAttribute
Attribute for case relation build script
Inheritance
CaseRelationBuildScriptAttribute
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public sealed class CaseRelationBuildScriptAttribute : CaseRelationScriptAttribute
Constructors
CaseRelationBuildScriptAttribute(string, string, string, string)
Initializes a new instance of the CaseRelationBuildScriptAttribute class
Declaration
public CaseRelationBuildScriptAttribute(string sourceCaseName, string targetCaseName, string sourceCaseSlot = null, string targetCaseSlot = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sourceCaseName | Name of the source case |
| string | targetCaseName | Name of the target case |
| string | sourceCaseSlot | Name of the source case slot |
| string | targetCaseSlot | Name of the target case slot |