Class WageTypeConsolidatedResultQuery
Wage type consolidated result query
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class WageTypeConsolidatedResultQuery : ConsolidatedResultQuery
Constructors
View SourceWageTypeConsolidatedResultQuery(IEnumerable<decimal>, DateTime, PayrunJobStatus?)
Initializes a new instance of the WageTypeConsolidatedResultQuery class
Declaration
public WageTypeConsolidatedResultQuery(IEnumerable<decimal> wageTypeNumbers, DateTime periodMoment, PayrunJobStatus? jobStatus = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<decimal> | wageTypeNumbers | The wage type numbers |
| DateTime | periodMoment | Moment within the period |
| PayrunJobStatus? | jobStatus | The payrun job status query filter |
WageTypeConsolidatedResultQuery(decimal, DateTime, PayrunJobStatus?)
Initializes a new instance of the WageTypeConsolidatedResultQuery class
Declaration
public WageTypeConsolidatedResultQuery(decimal wageTypeNumber, DateTime periodMoment, PayrunJobStatus? jobStatus = null)
Parameters
| Type | Name | Description |
|---|---|---|
| decimal | wageTypeNumber | The wage type number |
| DateTime | periodMoment | Moment within the period |
| PayrunJobStatus? | jobStatus | The payrun job status query filter |
Properties
View SourceWageTypes
The wage type numbers
Declaration
public List<decimal> WageTypes { get; }
Property Value
| Type | Description |
|---|---|
| List<decimal> |