Class WageTypeResultFunctionAttribute
Attribute for wage type result function
Inheritance
WageTypeResultFunctionAttribute
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class WageTypeResultFunctionAttribute : WageTypeFunctionAttribute
Constructors
WageTypeResultFunctionAttribute(string, string, string, string, string)
Initializes a new instance of the WageTypeResultFunctionAttribute class
Declaration
public WageTypeResultFunctionAttribute(string tenantIdentifier, string userIdentifier, string employeeIdentifier, string payrollName, string regulationName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tenantIdentifier | The tenant identifier |
| string | userIdentifier | The user identifier |
| string | employeeIdentifier | The employee identifier |
| string | payrollName | Name of the payroll |
| string | regulationName | Name of the regulation |