Class CollectorCycleResultQuery
Collector cycle result query
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class CollectorCycleResultQuery : CycleResultQuery
Constructors
View SourceCollectorCycleResultQuery(IEnumerable<string>, int, PayrunJobStatus?)
Initializes a new instance of the CollectorCycleResultQuery class
Declaration
public CollectorCycleResultQuery(IEnumerable<string> collectorNames, int cycleCount = 0, PayrunJobStatus? jobJobStatus = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | collectorNames | The collector names |
| int | cycleCount | The cycle count |
| PayrunJobStatus? | jobJobStatus | The payrun job status query filter |
CollectorCycleResultQuery(string, int, PayrunJobStatus?)
Initializes a new instance of the CollectorCycleResultQuery class
Declaration
public CollectorCycleResultQuery(string collectorName, int cycleCount = 0, PayrunJobStatus? jobJobStatus = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | collectorName | The collector name |
| int | cycleCount | The cycle count |
| PayrunJobStatus? | jobJobStatus | The payrun job status query filter |
Properties
View SourceCollectors
The collector names
Declaration
public List<string> Collectors { get; }
Property Value
| Type | Description |
|---|---|
| List<string> |