Class PayrollSet
The payroll set client object
Implements
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class PayrollSet : Payroll, INameObject, IPayrollSet, IPayroll, IModel, IAttributeObject, IKeyEquatable<IPayroll>, IEquatable<IPayroll>, IEquatable<IPayrollSet>
Constructors
PayrollSet()
Initializes a new instance
Declaration
public PayrollSet()
PayrollSet(Payroll)
Initializes a new instance from a copy
Declaration
public PayrollSet(Payroll copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| Payroll | copySource | The copy source |
PayrollSet(PayrollSet)
Initializes a new instance from a copy
Declaration
public PayrollSet(PayrollSet copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| PayrollSet | copySource | The copy source |
Properties
Cases
The case change setups
Declaration
[JsonPropertyOrder(201)]
public List<CaseChangeSetup> Cases { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseChangeSetup> |
Layers
The payroll layers
Declaration
[JsonPropertyOrder(200)]
public List<PayrollLayer> Layers { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PayrollLayer> |
Methods
Equals(IPayrollSet)
Declaration
public virtual bool Equals(IPayrollSet compare)
Parameters
| Type | Name | Description |
|---|---|---|
| IPayrollSet | compare |
Returns
| Type | Description |
|---|---|
| bool |