Click or drag to resize

KeyDeliveryLocationWeb Class

Data contract for the key delivery location for the specified date interval.
Inheritance Hierarchy

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class KeyDeliveryLocationWeb : IntervalWeb

The KeyDeliveryLocationWeb type exposes the following members.

Constructors
  NameDescription
Public methodKeyDeliveryLocationWeb
Top
Properties
  NameDescription
Public propertyContactPersonName
The name of the contact person.
Public propertyCoordinate
GPS coordinate of the key delivery location
Public propertyDescription
Description of the key location.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyLocation
The contact details where the key can be located.
Public propertyType
Type of the key location. Possible values: (Agent; Office; Owner; ManualCodeLock; SmartCodeLock)
Public propertyValidFrom
Start date
(Inherited from IntervalWeb.)
Public propertyValidTo
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.)
Top
Remarks
Key delivery locations may vary across a year for a rental object. During peak periods the key may be located at a different place than during the off season. Therefore it is important to check the date interval part of this class in relation to the booking period when determining the correct key location.
See Also