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