Class PayrollTestResult
Result of payroll test
Inherited Members
Namespace: PayrollEngine.Client.Test.Payrun
Assembly: PayrollEngine.Client.Test.dll
Syntax
public class PayrollTestResult
Constructors
PayrollTestResult(Tenant, Employee, PayrunJob)
Initializes a new instance of the PayrollTestResult class
Declaration
public PayrollTestResult(Tenant tenant, Employee employee, PayrunJob payrunJob)
Parameters
| Type | Name | Description |
|---|---|---|
| Tenant | tenant | The tenant |
| Employee | employee | The employee |
| PayrunJob | payrunJob | The payrun job |
Properties
CollectorResults
The collector results
Declaration
public IList<CollectorTestResult> CollectorResults { get; }
Property Value
| Type | Description |
|---|---|
| IList<CollectorTestResult> |
Employee
The employee
Declaration
public Employee Employee { get; }
Property Value
| Type | Description |
|---|---|
| Employee |
Failed
Test if payroll test is failed
Declaration
public bool Failed { get; }
Property Value
| Type | Description |
|---|---|
| bool |
FailedCollectorResult
Test if collector test is failed
Declaration
public bool FailedCollectorResult { get; }
Property Value
| Type | Description |
|---|---|
| bool |
FailedPayrunResult
Test if payrun test is failed
Declaration
public bool FailedPayrunResult { get; }
Property Value
| Type | Description |
|---|---|
| bool |
FailedWageTypeResult
Test if wage type test is failed
Declaration
public bool FailedWageTypeResult { get; }
Property Value
| Type | Description |
|---|---|
| bool |
PayrunJob
The payrun job
Declaration
public PayrunJob PayrunJob { get; }
Property Value
| Type | Description |
|---|---|
| PayrunJob |
PayrunResults
The payrun results
Declaration
public IList<PayrunTestResult> PayrunResults { get; }
Property Value
| Type | Description |
|---|---|
| IList<PayrunTestResult> |
Tenant
The tenant
Declaration
public Tenant Tenant { get; }
Property Value
| Type | Description |
|---|---|
| Tenant |
TotalResultCount
Total result count
Declaration
public int TotalResultCount { get; }
Property Value
| Type | Description |
|---|---|
| int |
WageTypeResults
The wage type results
Declaration
public IList<WageTypeTestResult> WageTypeResults { get; }
Property Value
| Type | Description |
|---|---|
| IList<WageTypeTestResult> |