SolutionGet Violations For Employee 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
Violations for an employee.
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public EmployeeViolations GetViolationsForEmployee(
string EmployeeID
)VB
Public Function GetViolationsForEmployee (
EmployeeID As String
) As EmployeeViolationsC++
public:
EmployeeViolations^ GetViolationsForEmployee(
String^ EmployeeID
)F#
member GetViolationsForEmployee :
EmployeeID : string -> EmployeeViolations Parameters
- EmployeeID String
- The employee to calculate the violations for.
Return Value
EmployeeViolationsViolations for an employee.