EmployeeInfo Class

An employee in the rostering problem.

Definition

Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public class EmployeeInfo
Inheritance
Object    EmployeeInfo

Properties

ContractLabel Gets the employee's contract label.
SkillsLabel Gets a label for the employee's skills.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Returns the label for the employee.
(Overrides ObjectToString)

Fields

FixedDays True if the day has a fixed shift or fixed day off.
ID Gets the unique ID for this employee.
Label Gets or sets a label for this employee.

See Also