Click or drag to resize

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
Members
  Member nameValueDescription
AchievedDurationNotUpdated128The achieved duration ha not been updated
DateColleague16Date conflict on colleague resource, with occupancy rate greater than 100
DateColleagueWithCorrectOccupancyRate64Date conflict on colleague resource, with occupancy rate less or equal than 100 (warning)
DateEquipement32Date conflict on equipment resource
EventMoved1Conflict has moved although move remind option is on
None0No conflict
NothingScheduled8No schedule quantity and duration on ToSchedule or InProgress state
ScheduledDuration4Scheduled duration not equal to duration to schedule
ScheduledQuantity2Scheduled quantity not equal to quantity to scheduled
See Also