ShiftChangeOriginalShiftExists Property |
True if the employee originally had a shift assigned on this day. False otherwise.
Namespace:
SRS.ShiftSolver.Core
Assembly:
ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Syntaxpublic bool OriginalShiftExists { get; }
Public ReadOnly Property OriginalShiftExists As Boolean
Get
public:
property bool OriginalShiftExists {
bool get ();
}
member OriginalShiftExists : bool with get
Property Value
Type:
Boolean
See Also