 | ScheduleTimeEventType Enumeration |
Schedule time event type
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Types
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntaxpublic enum ScheduleTimeEventType
Public Enumeration ScheduleTimeEventType
Members
| Member name | Value | Description |
---|
| All | 0 | All schedule time event (With an associated colleague, sub-contractor or equipment) |
| Colleague | 1 | Only the schedule time events with associated colleague |
| Equipement | 2 | Only the schedule time events with associated equipment |
| SubContractor | 3 | Only the schedule time events with associated sub contractor |
See Also