Interface IPayrollResultSet
The payroll result client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrollResultSet : IPayrollResult, IModel, IEquatable<IPayrollResult>, IEquatable<IPayrollResultSet>
Properties
CollectorResults
The collector results
Declaration
List<CollectorResultSet> CollectorResults { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CollectorResultSet> |
PayrunResults
The payrun results
Declaration
List<PayrunResult> PayrunResults { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PayrunResult> |
RetroPeriodStart
The retro period start date (client only: test payrun results)
Declaration
DateTime? RetroPeriodStart { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
WageTypeResults
The wage type results
Declaration
List<WageTypeResultSet> WageTypeResults { get; set; }
Property Value
| Type | Description |
|---|---|
| List<WageTypeResultSet> |
Methods
HasResults()
Determines whether this instance has results
Declaration
bool HasResults()
Returns
| Type | Description |
|---|---|
| bool | Tre if any result is available |