 | EventConflictType Enumeration |
Type of event conflict
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Types
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax[FlagsAttribute]
public enum EventConflictType
<FlagsAttribute>
Public Enumeration EventConflictType
Members
| Member name | Value | Description |
---|
| AchievedDurationNotUpdated | 128 | The achieved duration ha not been updated |
| DateColleague | 16 | Date conflict on colleague resource, with occupancy rate greater than 100 |
| DateColleagueWithCorrectOccupancyRate | 64 | Date conflict on colleague resource, with occupancy rate less or equal than 100
(warning) |
| DateEquipement | 32 | Date conflict on equipment resource |
| EventMoved | 1 | Conflict has moved although move remind option is on |
| None | 0 | No conflict |
| NothingScheduled | 8 | No schedule quantity and duration on ToSchedule or InProgress state |
| ScheduledDuration | 4 | Scheduled duration not equal to duration to schedule |
| ScheduledQuantity | 2 | Scheduled quantity not equal to quantity to scheduled |
See Also