Show / Hide Table of Contents

Interface IConsolidatedPayrollResult

Inherited Members
IEquatable<IConsolidatedPayrollResult>.Equals(IConsolidatedPayrollResult)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IConsolidatedPayrollResult : IEquatable<IConsolidatedPayrollResult>

Properties

CollectorResults

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

PayrunResults

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

WageTypeResults

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

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