Click or drag to resize

VacancyResultEnum Enumeration

Defines whether a rental object is vacant and if not then why.

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)
Syntax
C#
public enum VacancyResultEnum
Members
  Member nameValueDescription
Undefined0 The rental object does not match search criteria or the reason cannot be resolved.
Vacant1 The rental object is vacant.
CalendarConflict2 The rental object has a calendar conflict (already booked, blocked, etc.)
WinterRentalRulesDkGapRequired3 If there are between 4 and 5 contiguous weeks booked then there must be a gap of at least 4 days until the rental object may be booked again - in the winter season.
WinterRentalRulesDk13WeeksExceeded4 A maximum of 91 days (13 weeks) booked is allowed during winter season.
WinterRentalRulesDk5WeeksContiguousExceeded5 A maximum of 35 contiguous days (5 weeks) booked is allowed in the winter season. After which a period of minimum 4 days must pass until the next booking is allowed.
WinterRentalRulesDk4WeeksContiguousExceeded6 Only one period of up to 35 contiguous days (5 weeks) of booking is allowed - after which only up to 28 contiguous days (4 weeks) of booking is allowed.
See Also