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.

Definition

Namespace: SRS.ShiftSolver.Core
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public EmployeeViolations GetViolationsForEmployee(
	string EmployeeID
)

Parameters

EmployeeID  String
The employee to calculate the violations for.

Return Value

EmployeeViolations
Violations for an employee.

See Also