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
C#
public class Contract
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.

See Also