RosterGetPenaltyForShiftCover Method |
Gets the cover penalty due to a particular shift type
for all skills (or skill groups).
Namespace:
ASAP.NRP.Core
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic double GetPenaltyForShiftCover(
string ShiftTypeID
)
Public Function GetPenaltyForShiftCover (
ShiftTypeID As String
) As Double
public:
double GetPenaltyForShiftCover(
String^ ShiftTypeID
)
member GetPenaltyForShiftCover :
ShiftTypeID : string -> float
Parameters
- ShiftTypeID
- Type: SystemString
The ShiftType.
Return Value
Type:
DoubleThe cover penalty.
See Also