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