SolutionGetViolationsForEmployee Method |
Returns the constraint violations related to an individual employee's
schedule. These are the constraints in their contract and
day and shift on/off requests.
Namespace:
SRS.ScheduleSolver.Core
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.6.0+d1eeb38004e25fffe43abff141daa804550ec994
Syntaxpublic EmployeeViolations GetViolationsForEmployee(
string EmployeeID
)
Public Function GetViolationsForEmployee (
EmployeeID As String
) As EmployeeViolations
public:
EmployeeViolations^ GetViolationsForEmployee(
String^ EmployeeID
)
member GetViolationsForEmployee :
EmployeeID : string -> EmployeeViolations
Parameters
- EmployeeID
- Type: SystemString
The employee to calculate the violations for.
Return Value
Type:
EmployeeViolationsViolations for an employee.
See Also