Class CollectorScriptAttribute
Attribute for collector script
Inheritance
ScriptAttribute
CollectorScriptAttribute
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public abstract class CollectorScriptAttribute : ScriptAttribute
Constructors
View SourceCollectorScriptAttribute(string)
Initializes a new instance of the CollectorScriptAttribute class
Declaration
protected CollectorScriptAttribute(string collectorName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | collectorName | Name of the collector |
Properties
View SourceCollectorName
The collector name
Declaration
public string CollectorName { 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