RosterGet Penalty For Shift Cover Method
Gets the cover penalty due to a particular shift type
for all skills (or skill groups).
Definition
Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
The cover penalty.
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public double GetPenaltyForShiftCover(
string ShiftTypeID
)VB
Public Function GetPenaltyForShiftCover (
ShiftTypeID As String
) As DoubleC++
public:
double GetPenaltyForShiftCover(
String^ ShiftTypeID
)F#
member GetPenaltyForShiftCover :
ShiftTypeID : string -> float Parameters
- ShiftTypeID String
- The ShiftType.
Return Value
DoubleThe cover penalty.