Class CollectorRangeResultQuery
Collector cycle result query
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class CollectorRangeResultQuery : RangeResultQuery
Constructors
View SourceCollectorRangeResultQuery(IEnumerable<string>, DateTime, DateTime, PayrunJobStatus?)
Initializes a new instance of the CollectorRangeResultQuery class
Declaration
public CollectorRangeResultQuery(IEnumerable<string> collectorNames, DateTime start, DateTime end, PayrunJobStatus? jobJobStatus = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | collectorNames | The collector names |
| DateTime | start | The range start date |
| DateTime | end | The range end date |
| PayrunJobStatus? | jobJobStatus | The payrun job status query filter |
CollectorRangeResultQuery(string, DateTime, DateTime, PayrunJobStatus?)
Initializes a new instance of the CollectorRangeResultQuery class
Declaration
public CollectorRangeResultQuery(string collectorName, DateTime start, DateTime end, PayrunJobStatus? jobJobStatus = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | collectorName | The collector name |
| DateTime | start | The range start date |
| DateTime | end | The range end date |
| 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> |