ConstraintViolationsViolations Property |
The set of violations caused by this constraint.
Namespace:
SRS.ShiftSolver.Core
Assembly:
ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Syntaxpublic ScheduleViolation[] Violations { get; }
Public ReadOnly Property Violations As ScheduleViolation()
Get
public:
property array<ScheduleViolation^>^ Violations {
array<ScheduleViolation^>^ get ();
}
member Violations : ScheduleViolation[] with get
Property Value
Type:
ScheduleViolation
See Also