Interface IEmployeeSet
The employee set client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IEmployeeSet : IEmployee, IModel, IAttributeObject, IKeyEquatable<IEmployee>, IEquatable<IEmployee>, IEquatable<IEmployeeSet>
Properties
Cases
The employee case changes
Declaration
List<CaseChange> Cases { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseChange> |
Values
The employee case values
Declaration
List<CaseValue> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseValue> |