Class CaseRelationValidateScriptAttribute
Attribute for case relation validate script
Inheritance
CaseRelationValidateScriptAttribute
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public sealed class CaseRelationValidateScriptAttribute : CaseRelationScriptAttribute
Constructors
CaseRelationValidateScriptAttribute(string, string, string, string)
Initializes a new instance of the CaseRelationValidateScriptAttribute class
Declaration
public CaseRelationValidateScriptAttribute(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 |