Click or drag to resize

RentalObjectWeb Class

Rental object information for partner feed
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 RentalObjectWeb : RentalObjectBaseWeb

The RentalObjectWeb type exposes the following members.

Constructors
  NameDescription
Public methodRentalObjectWeb
Top
Properties
  NameDescription
Public propertyAddress
Address
Public propertyAreaId
The ID of the area where the rental object is located
Public propertyAreaName
The name of the area where the rental object is located
Public propertyArticleDelivery
True if articles can be deliverd directly to the house.
Public propertyAttributes
The list of attributes for the rental object.
Public propertyBcode
Agency code. Used to distinguish subset of houses.
(Inherited from RentalObjectBaseWeb.)
Public propertyCategories
Categories
Public propertyConsumptionArticles
A list of associated consumption articles and prices (like electricity, water etc.)
Public propertyConsumptionMetersAverages
Public propertyGpsCoordinate
GpsCoordinate
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyMunicipalCode
The unique code of the municipality, which the rental object belongs to.
Public propertyMunicipalPropertyNo
Public municipal property number, 6 digits
Public propertyName
The rental object name, if present.
Public propertyOfficeListItem
The office attached to the rental object. It is named OfficeListItem because the derived class RentalObjectOwnerWeb already contains a Office property.
Public propertyRegionId
The ID of the region where the rental object is located
Public propertyRegionName
The name of the region where the rental object is located
Public propertyRentalObjectNo
A unique identifier for the rental object.
(Inherited from RentalObjectBaseWeb.)
Public propertyTipRentalObjectDesc
A possible description of the rental object from the owner.
Public propertyTypeId
The ID of the rental object type.
Public propertyTypeName
The name of the rental object type.
Top
See Also