Shift ChangeNew Shift Exists Property
True if the employee now has a shift assigned on this day. False otherwise.
Definition
Namespace: SRS.ShiftSolver.Core
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public bool NewShiftExists { get; }VB
Public ReadOnly Property NewShiftExists As Boolean
GetC++
public:
property bool NewShiftExists {
bool get ();
}F#
member NewShiftExists : bool with get