Click or drag to resize

RentalObjectOwnerWeb Class

Rental object information for owner site
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 RentalObjectOwnerWeb : RentalObjectWeb

The RentalObjectOwnerWeb type exposes the following members.

Constructors
  NameDescription
Public methodRentalObjectOwnerWeb
Top
Properties
  NameDescription
Public propertyAddress
Address
(Inherited from RentalObjectWeb.)
Public propertyAreaId
The ID of the area where the rental object is located
(Inherited from RentalObjectWeb.)
Public propertyAreaName
The name of the area where the rental object is located
(Inherited from RentalObjectWeb.)
Public propertyArticleDelivery
True if articles can be deliverd directly to the house.
(Inherited from RentalObjectWeb.)
Public propertyAttributes
The list of attributes for the rental object.
(Inherited from RentalObjectWeb.)
Public propertyBcode
Agency code. Used to distinguish subset of houses.
(Inherited from RentalObjectBaseWeb.)
Public propertyCategories
Categories
(Inherited from RentalObjectWeb.)
Public propertyConsultant
The rental objects consultant
Public propertyConsumptionArticles
A list of associated consumption articles and prices (like electricity, water etc.)
(Inherited from RentalObjectWeb.)
Public propertyConsumptionMetersAverages
(Inherited from RentalObjectWeb.)
Public propertyGpsCoordinate
GpsCoordinate
(Inherited from RentalObjectWeb.)
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyInfoTexts
If any extra conditions apply to the rental object it is stated here. For example: No renting to youth groups.
Public propertyKeyDeliveryLocations
Key Delivery Locations
Public propertyMunicipalCode
The unique code of the municipality, which the rental object belongs to.
(Inherited from RentalObjectWeb.)
Public propertyMunicipalPropertyNo
Public municipal property number, 6 digits
(Inherited from RentalObjectWeb.)
Public propertyName
The rental object name, if present.
(Inherited from RentalObjectWeb.)
Public propertyOffice
The rental objects local office
Public propertyOfficeListItem
The office attached to the rental object. It is named OfficeListItem because the derived class RentalObjectOwnerWeb already contains a Office property.
(Inherited from RentalObjectWeb.)
Public propertyPictures
All rental object pictures
Public propertyPriceChanges
A list of price changes for the rental object. These can be both ad-hoc price changes and also price changes from a price adjustments, which can cover a large number of rental objects.
Public propertyPropertyNumber
Public property number, 6 digits
Public propertyPurchasePrices
Preferred suppliers for the rental object
Public propertyRegionId
The ID of the region where the rental object is located
(Inherited from RentalObjectWeb.)
Public propertyRegionName
The name of the region where the rental object is located
(Inherited from RentalObjectWeb.)
Public propertyRentalObjectNo
A unique identifier for the rental object.
(Inherited from RentalObjectBaseWeb.)
Public propertySalesPrices
Preferred suppliers for the rental object
Public propertySuppliers
Preferred suppliers for the rental object
Public propertyTexts
A list of rental object texts.
Public propertyTipRentalObjectDesc
A possible description of the rental object from the owner.
(Inherited from RentalObjectWeb.)
Public propertyTypeId
The ID of the rental object type.
(Inherited from RentalObjectWeb.)
Public propertyTypeName
The name of the rental object type.
(Inherited from RentalObjectWeb.)
Top
See Also