Constraint Violations Class
A collection of violations of a particular constraint for an individual employee.
These are the constraints such as those specified in an employee's
contract. For example, shift length constraints, shift start time
constraints etc.
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 ConstraintViolationsVB
Public Class ConstraintViolationsC++
public ref class ConstraintViolationsF#
type ConstraintViolations = class end- Inheritance
- Object ConstraintViolations
Properties
| ConstraintID |
The name of the constraint for this set of violations.
|
| ConstraintName | The name of the constraint for this set of violations. |
| ConstraintPenalty | The sum of the penalties for this set of violations. |
| Violations | The set of violations caused by this constraint. |
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) |