Employee Violations Class
A collection of violations for an individual employee.
The constraints are from the employee's contract and day
on/off and shift on/off requests.
Definition
Namespace: SRS.ShiftSolver.Core
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public class EmployeeViolationsVB
Public Class EmployeeViolationsC++
public ref class EmployeeViolationsF#
type EmployeeViolations = class end- Inheritance
- Object EmployeeViolations
Properties
| ContractLabel | The ID(s) for this person's contract. |
| EmployeeID | The ID for the person. |
| Name | The name of this person (if provided in the XML). |
| Penalty | The persons's total penalty due to their soft constraint violations in the solution. |
| SkillsLabel | A label for the person's skills. |
| Violations | The constraint violations for this person. |
Methods
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |