Class CollectorPeriodResultQuery
Collector period result query
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class CollectorPeriodResultQuery : PeriodResultQuery
Constructors
View SourceCollectorPeriodResultQuery(IEnumerable<string>, int, PayrunJobStatus?)
Initializes a new instance of the CollectorPeriodResultQuery class
Declaration
public CollectorPeriodResultQuery(IEnumerable<string> collectorNames, int periodCount = 0, PayrunJobStatus? jobJobStatus = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | collectorNames | The collector names |
| int | periodCount | The period count |
| PayrunJobStatus? | jobJobStatus | The payrun job status query filter |
CollectorPeriodResultQuery(string, int, PayrunJobStatus?)
Initializes a new instance of the CollectorPeriodResultQuery class
Declaration
public CollectorPeriodResultQuery(string collectorName, int periodCount = 0, PayrunJobStatus? jobJobStatus = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | collectorName | The collector name |
| int | periodCount | The period 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> |