Class CaseScriptAttribute
Attribute for case script
Inheritance
ScriptAttribute
CaseScriptAttribute
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public abstract class CaseScriptAttribute : ScriptAttribute
Constructors
View SourceCaseScriptAttribute(string)
Initializes a new instance of the CaseScriptAttribute class
Declaration
protected CaseScriptAttribute(string caseName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | caseName | Name of the case |
Properties
View SourceCaseName
The case name
Declaration
public string CaseName { get; }
Property Value
| Type | Description |
|---|---|
| string |
ScriptKey
Gets the script key
Declaration
public override string ScriptKey { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
PayrollEngine.Client.Scripting.ScriptAttribute.ScriptKey