VacationTypeWebEnum Enumeration |
Enumeration for defining vacation types
Namespace:
Tse.EasyBook.Server.DataContracts.ValueTypes
Assembly:
Tse.EasyBook.Server.DataContractsModelCommon (in Tse.EasyBook.Server.DataContractsModelCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum VacationTypeWebEnum
Members
| Member name | Value | Description |
---|
| Other | 0 |
The vacation type is a generic type.
|
| OptionalArrival | 1 |
Optional arrival type
|
| MultiWeekDiscount | 2 |
Multi week discount type
|
| ShortStay | 3 |
Short stay type
|
| LastMinute | 4 |
Last minute type
|
See Also