Class CaseValidateScriptAttribute
Attribute for case validate script
Inheritance
ScriptAttribute
CaseValidateScriptAttribute
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public sealed class CaseValidateScriptAttribute : CaseChangeScriptAttribute
Constructors
View SourceCaseValidateScriptAttribute(string)
Initializes a new instance of the CaseValidateScriptAttribute class
Declaration
public CaseValidateScriptAttribute(string caseName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | caseName | Name of the case |