Show / Hide Table of Contents

Class ConsolidatedPayrollResult

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()

Declaration
public ConsolidatedPayrollResult()

ConsolidatedPayrollResult(ConsolidatedPayrollResult)

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

Properties

CollectorResults

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

PayrunResults

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

WageTypeResults

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()

Declaration
public override string ToString()
Returns
Type Description
string
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