Class PeriodResultQuery
Period result query
Inheritance
PeriodResultQuery
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public abstract class PeriodResultQuery : ResultQueryBase
Constructors
View SourcePeriodResultQuery(int, PayrunJobStatus?)
Initializes a new instance of the PeriodResultQuery class
Declaration
protected PeriodResultQuery(int periodCount = 0, PayrunJobStatus? jobStatus = null)
Parameters
| Type | Name | Description |
|---|---|---|
| int | periodCount | The period count |
| PayrunJobStatus? | jobStatus | The payrun job status query filter |
Properties
View SourcePeriodCount
The period count
Declaration
public int PeriodCount { get; }
Property Value
| Type | Description |
|---|---|
| int |