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.ScheduleSolver.Core
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.6.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.6.0+d867f7e856f281547f683ef6449a86e433a2356d
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) |