Show / Hide Table of Contents

Interface IPayrollResultSet

The payroll result client object

Inherited Members
IPayrollResult.PayrollId
IPayrollResult.PayrunId
IPayrollResult.PayrunJobId
IPayrollResult.PayrunJobName
IPayrollResult.EmployeeId
IPayrollResult.EmployeeIdentifier
IPayrollResult.DivisionId
IPayrollResult.CycleName
IPayrollResult.CycleStart
IPayrollResult.CycleEnd
IPayrollResult.PeriodName
IPayrollResult.PeriodStart
IPayrollResult.PeriodEnd
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IEquatable<IPayrollResult>.Equals(IPayrollResult)
IEquatable<IPayrollResultSet>.Equals(IPayrollResultSet)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrollResultSet : IPayrollResult, IModel, IEquatable<IPayrollResult>, IEquatable<IPayrollResultSet>

Properties

CollectorResults

The collector results

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

PayrunResults

The payrun results

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

RetroPeriodStart

The retro period start date (client only: test payrun results)

Declaration
DateTime? RetroPeriodStart { get; set; }
Property Value
Type Description
DateTime?

WageTypeResults

The wage type results

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

Methods

HasResults()

Determines whether this instance has results

Declaration
bool HasResults()
Returns
Type Description
bool

Tre if any result is available

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