SolutionDiffShiftChanges Field |
The changes in shifts between the original solution and the new solution.
Namespace:
SRS.ShiftSolver.Core
Assembly:
ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Syntaxpublic List<ShiftChange> ShiftChanges
Public ShiftChanges As List(Of ShiftChange)
public:
List<ShiftChange^>^ ShiftChanges
val mutable ShiftChanges: List<ShiftChange>
Field Value
Type:
ListShiftChange
See Also