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