Interface IEmployeeSet
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
Declaration
List<CaseChange> Cases { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseChange> |
Values
Declaration
List<CaseValue> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseValue> |