Class CollectorConsolidatedResultQuery
Collector consolidated result query
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class CollectorConsolidatedResultQuery : ConsolidatedResultQuery
Constructors
View SourceCollectorConsolidatedResultQuery(IEnumerable<string>, DateTime, PayrunJobStatus?)
Initializes a new instance of the CollectorConsolidatedResultQuery class
Declaration
public CollectorConsolidatedResultQuery(IEnumerable<string> collectorNames, DateTime periodMoment, PayrunJobStatus? jobStatus = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | collectorNames | The collector names |
| DateTime | periodMoment | Moment within the period |
| PayrunJobStatus? | jobStatus | The payrun job status query filter |
CollectorConsolidatedResultQuery(string, DateTime, PayrunJobStatus?)
Initializes a new instance of the CollectorConsolidatedResultQuery class
Declaration
public CollectorConsolidatedResultQuery(string collectorName, DateTime periodMoment, PayrunJobStatus? jobStatus = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | collectorName | The collector name |
| DateTime | periodMoment | Moment within the period |
| PayrunJobStatus? | jobStatus | The payrun job status query filter |
Properties
View SourceCollectors
The collector names
Declaration
public List<string> Collectors { get; }
Property Value
| Type | Description |
|---|---|
| List<string> |