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.5.0+32c9446bcdf252a58ba748c312939f5bd2f367a8
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