Class PayrunScriptAttribute
Attribute for payrun script
Inheritance
ScriptAttribute
PayrunScriptAttribute
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public abstract class PayrunScriptAttribute : ScriptAttribute
Constructors
View SourcePayrunScriptAttribute(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
View SourcePayrunName
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 |
Overrides
PayrollEngine.Client.Scripting.ScriptAttribute.ScriptKey