Class PayrunScriptAttribute
Attribute for payrun script
Inheritance
PayrunScriptAttribute
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public abstract class PayrunScriptAttribute : ScriptAttribute
Constructors
PayrunScriptAttribute(string)
Initializes a new instance of the PayrunScriptAttribute class
Declaration
protected PayrunScriptAttribute(string payrunName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | payrunName | Name of the collector |
Properties
PayrunName
The payrun name
Declaration
public string PayrunName { get; }
Property Value
| Type | Description |
|---|---|
| string |
ScriptKey
Gets the script key
Declaration
public override string ScriptKey { get; }
Property Value
| Type | Description |
|---|---|
| string |