Class PayrunJobSet
A payrun job with its payroll result sets — used for archive restore and migration. Only jobs with Complete or Forecast are accepted on import.
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class PayrunJobSet : PayrunJob, IPayrunJob, IModel, IAttributeObject, IEquatable<IPayrunJob>
Constructors
PayrunJobSet()
Initializes a new instance
Declaration
public PayrunJobSet()
PayrunJobSet(PayrunJobSet)
Initializes a new instance from a copy
Declaration
public PayrunJobSet(PayrunJobSet copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| PayrunJobSet | copySource |
Properties
ResultSets
The payroll result sets belonging to this job
Declaration
public List<PayrollResultSet> ResultSets { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PayrollResultSet> |