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