Interface IPayrollSet
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrollSet : IPayroll, IModel, IAttributeObject, IKeyEquatable<IPayroll>, IEquatable<IPayroll>, IEquatable<IPayrollSet>
Properties
Cases
Declaration
List<CaseChangeSetup> Cases { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseChangeSetup> |
Layers
Declaration
List<PayrollLayer> Layers { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PayrollLayer> |