Class ReportStartFunctionAttribute
Attribute for report start function
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class ReportStartFunctionAttribute : ReportFunctionAttribute
Constructors
View SourceReportStartFunctionAttribute(string, string, string)
Initializes a new instance of the ReportStartFunctionAttribute class
Declaration
public ReportStartFunctionAttribute(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 |