Class CycleResultQuery
Cycle result query
Inheritance
CycleResultQuery
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public abstract class CycleResultQuery : ResultQueryBase
Constructors
CycleResultQuery(int, PayrunJobStatus?)
Initializes a new instance of the CycleResultQuery class
Declaration
protected CycleResultQuery(int cycleCount = 0, PayrunJobStatus? jobJobStatus = null)
Parameters
| Type | Name | Description |
|---|---|---|
| int | cycleCount | The cycle count |
| PayrunJobStatus? | jobJobStatus | The payrun job status query filter |
Properties
CycleCount
The cycle count
Declaration
public int CycleCount { get; }
Property Value
| Type | Description |
|---|---|
| int |