Class EmployeeSet
The employee set client object
Implements
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class EmployeeSet : Employee, IIdentifierObject, IEmployeeSet, IEmployee, IModel, IAttributeObject, IKeyEquatable<IEmployee>, IEquatable<IEmployee>, IEquatable<IEmployeeSet>
Constructors
EmployeeSet()
Initializes a new instance
Declaration
public EmployeeSet()
EmployeeSet(Employee)
Initializes a new instance from a copy
Declaration
public EmployeeSet(Employee copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| Employee | copySource | The copy source |
EmployeeSet(EmployeeSet)
Initializes a new instance from a copy
Declaration
public EmployeeSet(EmployeeSet copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| EmployeeSet | copySource | The copy source |
Properties
Cases
The employee case changes
Declaration
[JsonPropertyOrder(200)]
public List<CaseChange> Cases { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseChange> |
Values
The employee case values
Declaration
[JsonPropertyOrder(201)]
public List<CaseValue> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseValue> |
Methods
Equals(IEmployeeSet)
Declaration
public virtual bool Equals(IEmployeeSet compare)
Parameters
| Type | Name | Description |
|---|---|---|
| IEmployeeSet | compare |
Returns
| Type | Description |
|---|---|
| bool |