Class PayrollSet
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class PayrollSet : Payroll, INameObject, IPayrollSet, IPayroll, IModel, IAttributeObject, IKeyEquatable<IPayroll>, IEquatable<IPayroll>, IEquatable<IPayrollSet>
Constructors
PayrollSet()
Declaration
PayrollSet(Payroll)
Declaration
public PayrollSet(Payroll copySource)
Parameters
| Type |
Name |
Description |
| Payroll |
copySource |
|
PayrollSet(PayrollSet)
Declaration
public PayrollSet(PayrollSet copySource)
Parameters
Properties
Cases
Declaration
[JsonPropertyOrder(201)]
public List<CaseChangeSetup> Cases { get; set; }
Property Value
Layers
Declaration
[JsonPropertyOrder(200)]
public List<PayrollLayer> Layers { get; set; }
Property Value
Methods
Equals(IPayrollSet)
Declaration
public virtual bool Equals(IPayrollSet compare)
Parameters
Returns
Implements
Extension Methods