Class PayrollAttribute
Attribute for payroll function
Inheritance
PayrollAttribute
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public abstract class PayrollAttribute : FunctionAttribute
Constructors
View SourcePayrollAttribute(string, string, string, string)
Initializes a new instance of the PayrollAttribute class
Declaration
protected PayrollAttribute(string tenantIdentifier, string userIdentifier, string employeeIdentifier, string payrollName)
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 |
Properties
View SourceEmployeeIdentifier
Rhe employee identifier
Declaration
public string EmployeeIdentifier { get; }
Property Value
| Type | Description |
|---|---|
| string |
PayrollName
The name of the payroll
Declaration
public string PayrollName { get; }
Property Value
| Type | Description |
|---|---|
| string |