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