Contract Class
Each Employee has a Contract. It is used to specify the
constraints for their individual work schedules.
Definition
Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public class ContractVB
Public Class ContractC++
public ref class ContractF#
type Contract = class end- Inheritance
- Object Contract
Methods
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Returns the contract's label.
(Overrides ObjectToString) |
Fields
| EmployeeCount | The number of employees sharing this contract. |
| Label | A label for this contract. |