Class ConsolidatedResultQuery
Consolidated result query
Inheritance
ConsolidatedResultQuery
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public abstract class ConsolidatedResultQuery : ResultQueryBase
Constructors
ConsolidatedResultQuery(DateTime, PayrunJobStatus?)
Initializes a new instance of the ConsolidatedResultQuery class
Declaration
protected ConsolidatedResultQuery(DateTime periodMoment, PayrunJobStatus? jobStatus = null)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | periodMoment | Moment within the period |
| PayrunJobStatus? | jobStatus | The payrun job status query filter |
Properties
NoRetro
Exclude retro jobs (incremental jobs with ParentJobId set): only original main-job payslip values per period are returned
Declaration
public bool NoRetro { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
PeriodMoment
Moment within the period
Declaration
public DateTime PeriodMoment { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |