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