Class WageTypeScriptAttribute
Attribute for case relation script
Inheritance
WageTypeScriptAttribute
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public abstract class WageTypeScriptAttribute : ScriptAttribute
Constructors
WageTypeScriptAttribute(string)
Initializes a new instance of the WageTypeScriptAttribute class
Declaration
protected WageTypeScriptAttribute(string wageTypeNumber)
Parameters
| Type | Name | Description |
|---|---|---|
| string | wageTypeNumber | The wage type number |
Properties
ScriptKey
Gets the script key
Declaration
public override string ScriptKey { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
WageTypeNumber
The wage type number
Declaration
public string WageTypeNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |