Show / Hide Table of Contents

Class PayrollTestResult

Result of payroll test

Inheritance
object
PayrollTestResult
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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>

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX