RosterGetPenaltyForShiftCover 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
C#
public double GetPenaltyForShiftCover(
	string ShiftTypeID
)

Parameters

ShiftTypeID  String
The ShiftType.

Return Value

Double
The cover penalty.

See Also