Class ReportEndFunctionAttribute
Attribute for report end function
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class ReportEndFunctionAttribute : ReportFunctionAttribute
Constructors
View SourceReportEndFunctionAttribute(string, string, string)
Initializes a new instance of the ReportEndFunctionAttribute class
Declaration
public ReportEndFunctionAttribute(string tenantIdentifier, string userIdentifier, string regulationName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tenantIdentifier | The tenant identifier |
| string | userIdentifier | The user identifier |
| string | regulationName | Name of the regulation |