Class PayrunEmployeeAvailableFunctionAttribute
Attribute for payrun employee available function
Inheritance
PayrunEmployeeAvailableFunctionAttribute
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class PayrunEmployeeAvailableFunctionAttribute : PayrunFunctionAttribute
Constructors
PayrunEmployeeAvailableFunctionAttribute(string, string, string, string, string)
Initializes a new instance of the PayrunEmployeeAvailableFunctionAttribute class
Declaration
public PayrunEmployeeAvailableFunctionAttribute(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 |