RosterGet Penalty For Shift Type Cover Method
This has been left in for backwards compatibility and
decimal values are rounded upwards.
Use GetPenaltyForShiftCover instead (which returns a double).
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#
[ObsoleteAttribute("Use GetPenaltyForShiftCover(string ShiftTypeID) (which returns a double) instead.")]
public int GetPenaltyForShiftTypeCover(
string ShiftTypeID
)VB
<ObsoleteAttribute("Use GetPenaltyForShiftCover(string ShiftTypeID) (which returns a double) instead.")>
Public Function GetPenaltyForShiftTypeCover (
ShiftTypeID As String
) As IntegerC++
public:
[ObsoleteAttribute(L"Use GetPenaltyForShiftCover(string ShiftTypeID) (which returns a double) instead.")]
int GetPenaltyForShiftTypeCover(
String^ ShiftTypeID
)F#
[<ObsoleteAttribute("Use GetPenaltyForShiftCover(string ShiftTypeID) (which returns a double) instead.")>]
member GetPenaltyForShiftTypeCover :
ShiftTypeID : string -> int Parameters
- ShiftTypeID String
- The ShiftTypeID.
Return Value
Int32The cover penalty.