EmployeeInfo Class |
Namespace: ASAP.NRP.Core
The EmployeeInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ContractLabel |
Gets the employee's contract label.
| |
| SkillsLabel |
Gets a label for the employee's skills.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns the label for the employee.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| 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.
|