Employee Class

An employee in the solution. It contains the shift type assignments for an employee in the Roster.

Definition

Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public class Employee : IComparable<Employee>
Inheritance
Object    Employee
Implements
IComparableEmployee

Methods

CompareTo Compares employees by their penalty.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Returns the employee's label.
(Overrides ObjectToString)

Fields

EmployeeInfo Contains all information about this employee such as the ID, contract etc.

See Also