SolutionDiffEmployeeViolationsRemoved Field |
Violations of constraints that have been removed. These are the constraints which
apply to employees' individual schedules. For example day on/off requests or max work hours etc.
Namespace:
SRS.ShiftSolver.Core
Assembly:
ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Syntaxpublic List<EmployeeViolations> EmployeeViolationsRemoved
Public EmployeeViolationsRemoved As List(Of EmployeeViolations)
public:
List<EmployeeViolations^>^ EmployeeViolationsRemoved
val mutable EmployeeViolationsRemoved: List<EmployeeViolations>
Field Value
Type:
ListEmployeeViolations
See Also