Class PayrunEndScriptAttribute
Attribute for payrun end script
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public sealed class PayrunEndScriptAttribute : PayrunScriptAttribute
Constructors
View SourcePayrunEndScriptAttribute(string)
Initializes a new instance of the PayrunEndScriptAttribute class
Declaration
public PayrunEndScriptAttribute(string payrunName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | payrunName | Name of the payrun |