Class EmployeeSet
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class EmployeeSet : Employee, IIdentifierObject, IEmployeeSet, IEmployee, IModel, IAttributeObject, IKeyEquatable<IEmployee>, IEquatable<IEmployee>, IEquatable<IEmployeeSet>
Constructors
EmployeeSet()
Declaration
EmployeeSet(Employee)
Declaration
public EmployeeSet(Employee copySource)
Parameters
| Type |
Name |
Description |
| Employee |
copySource |
|
EmployeeSet(EmployeeSet)
Declaration
public EmployeeSet(EmployeeSet copySource)
Parameters
Properties
Cases
Declaration
[JsonPropertyOrder(200)]
public List<CaseChange> Cases { get; set; }
Property Value
Values
Declaration
[JsonPropertyOrder(201)]
public List<CaseValue> Values { get; set; }
Property Value
Methods
Equals(IEmployeeSet)
Declaration
public virtual bool Equals(IEmployeeSet compare)
Parameters
Returns
Implements
Extension Methods