Class RegulationFunctionAttribute
Attribute for regulation function
Inheritance
RegulationFunctionAttribute
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public abstract class RegulationFunctionAttribute : PayrollAttribute
Constructors
View SourceRegulationFunctionAttribute(string, string, string, string, string)
Initializes a new instance of the RegulationFunctionAttribute class
Declaration
protected RegulationFunctionAttribute(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 |
Properties
View SourceRegulationName
The regulation name
Declaration
public string RegulationName { get; }
Property Value
| Type | Description |
|---|---|
| string |