Show / Hide Table of Contents

Class ConsolidatedPayrollResult

Consolidated payroll result

Inheritance
object
ConsolidatedPayrollResult
Implements
IConsolidatedPayrollResult
IEquatable<IConsolidatedPayrollResult>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ConsolidatedPayrollResult : IConsolidatedPayrollResult, IEquatable<IConsolidatedPayrollResult>

Constructors

ConsolidatedPayrollResult()

Initializes a new instance

Declaration
public ConsolidatedPayrollResult()

ConsolidatedPayrollResult(ConsolidatedPayrollResult)

Initializes a new instance from a copy

Declaration
public ConsolidatedPayrollResult(ConsolidatedPayrollResult copySource)
Parameters
Type Name Description
ConsolidatedPayrollResult copySource

The copy source

Properties

CollectorResults

The collector results

Declaration
public List<CollectorResult> CollectorResults { get; set; }
Property Value
Type Description
List<CollectorResult>

PayrunResults

The payrun results

Declaration
public List<PayrunResult> PayrunResults { get; set; }
Property Value
Type Description
List<PayrunResult>

WageTypeResults

The wage type results

Declaration
public List<WageTypeResultSet> WageTypeResults { get; set; }
Property Value
Type Description
List<WageTypeResultSet>

Methods

Equals(IConsolidatedPayrollResult)

Declaration
public virtual bool Equals(IConsolidatedPayrollResult compare)
Parameters
Type Name Description
IConsolidatedPayrollResult compare
Returns
Type Description
bool

ToString()

Returns a string that represents this instance

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents this instance

Overrides
object.ToString()

Implements

IConsolidatedPayrollResult
IEquatable<T>

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