Class WageTypePeriodResultQuery
Wage type period result query
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class WageTypePeriodResultQuery : PeriodResultQuery
Constructors
View SourceWageTypePeriodResultQuery(IEnumerable<decimal>, int, PayrunJobStatus?)
Initializes a new instance of the WageTypeCycleResultQuery class
Declaration
public WageTypePeriodResultQuery(IEnumerable<decimal> wageTypeNumbers, int periodCount = 0, PayrunJobStatus? jobJobStatus = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<decimal> | wageTypeNumbers | The wage type numbers |
| int | periodCount | The period count |
| PayrunJobStatus? | jobJobStatus | The payrun job status query filter |
WageTypePeriodResultQuery(decimal, int, PayrunJobStatus?)
Initializes a new instance of the WageTypePeriodResultQuery class
Declaration
public WageTypePeriodResultQuery(decimal wageTypeNumber, int periodCount = 0, PayrunJobStatus? jobJobStatus = null)
Parameters
| Type | Name | Description |
|---|---|---|
| decimal | wageTypeNumber | The wage type number |
| int | periodCount | The period count |
| PayrunJobStatus? | jobJobStatus | 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> |