Class FunctionAttribute
Attribute for function
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public abstract class FunctionAttribute : Attribute
Constructors
View SourceFunctionAttribute(string, string)
Initializes a new instance of the PayrollAttribute class
Declaration
protected FunctionAttribute(string tenantIdentifier, string userIdentifier)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tenantIdentifier | The tenant identifier |
| string | userIdentifier | The user identifier |
Properties
View SourceTenantIdentifier
The tenant identifier
Declaration
public string TenantIdentifier { get; }
Property Value
| Type | Description |
|---|---|
| string |
UserIdentifier
The user identifier
Declaration
public string UserIdentifier { get; }
Property Value
| Type | Description |
|---|---|
| string |