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