SchedulingPeriod Class

The rostering problem.

Definition

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

Properties

EmployeesCount The number of employees in the roster.
EndDate Gets the end date of the planning period.
ShiftTypesCount The number of shift types in the planning period.
StartDate Gets the start date of the planning period.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEmployeeInfo Gets an EmployeeInfo in the SchedulingPeriod.
GetHashCode
(Inherited from Object)
GetShiftType Gets a ShiftType.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

DaysCount The length of the planning period.
FilePath A file path for the file this SchedulingPeriod was loaded from.

See Also