 | EventStateType Enumeration |
Event state 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 EventStateType
Public Enumeration EventStateType
Members
| Member name | Value | Description |
---|
| Canceled | 3 | Canceled state |
| Completed | 2 | Completed state |
| InProgress | 1 | In progress state |
| Refused | 8 | Refused (only for events with Absence type) |
| Todo | 0 | Todo state |
| ToSchedule | 4 | To schedule state |
| ToValidate | 7 | To validate (only for events with Absence type) |
| UnderStudy | 5 | Under study |
| Validated | 6 | Validated (only for events with Absence type) |
See Also