Scheduling PeriodShift Types Count Property
The number of shift types in the planning period.
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 int ShiftTypesCount { get; }VB
Public ReadOnly Property ShiftTypesCount As Integer
GetC++
public:
property int ShiftTypesCount {
int get ();
}F#
member ShiftTypesCount : int with get