Class PayrunFunctionAttribute
Attribute for payrun function
Inheritance
PayrunFunctionAttribute
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public abstract class PayrunFunctionAttribute : PayrollAttribute
Constructors
View SourcePayrunFunctionAttribute(string, string, string, string, string)
Initializes a new instance of the PayrunFunctionAttribute class
Declaration
protected PayrunFunctionAttribute(string tenantIdentifier, string userIdentifier, string employeeIdentifier, string payrollName, string payrunName)
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 | payrunName | Name of the payrun |
Properties
View SourcePayrunName
The regulation name
Declaration
public string PayrunName { get; }
Property Value
| Type | Description |
|---|---|
| string |