Class WageTypeValueScriptAttribute
Attribute for wage type value script
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public sealed class WageTypeValueScriptAttribute : WageTypeScriptAttribute
Constructors
WageTypeValueScriptAttribute(string)
Initializes a new instance of the WageTypeValueScriptAttribute class
Declaration
public WageTypeValueScriptAttribute(string wageTypeNumber)
Parameters
| Type | Name | Description |
|---|---|---|
| string | wageTypeNumber | The wage type number |