Click or drag to resize

RentalObjectSearchResultBase Class

Data contract base class for a specific rental object in a search result
Inheritance Hierarchy
SystemObject
  DataContractBase
    DataContractEntity
      Tse.EasyBook.Server.DataContractsRentalObjectSearchResultBase
        Tse.EasyBook.Server.DataContractsRentalObjectSearchItemWeb

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 RentalObjectSearchResultBase : DataContractEntity

The RentalObjectSearchResultBase type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAdjustment
Adjustment in days for vacancy
Public propertyAreaId
The area of the rental object associated with the vacancy
Public propertyAreaName
The name of the area of the rental object associated with the vacancy
Public propertyArrivalDate
Arrival date for vacancy
Public propertyArticleDelivery
Boolean which tells whether articles are delivered to the house or not
Public propertyCancellation
Is this vacancy a cancellation
Public propertyCategoryId
The category of the rental object associated with the vacancy
Public propertyCategoryName
The name of the category of the rental object associated with the vacancy
Public propertyCleaningArticleId
The property CleaningArticleId
Public propertyCleaningPrice
The property CleaningPrice
Public propertyConsultantId
The consultant of the rental object associated with the vacancy
Public propertyDepartureDate
Departure date for vacancy
Public propertyDepositPrice
Deposit. 0 If no deposit.
Public propertyDiscount
The discount applied
Public propertyEntityType (Overrides DataContractEntity.EntityType.)
Public propertyFee
The property Price = BasePrice + PriceRegulation + Fee
Public propertyIsOption
Indicates if the current interval is an option/preorder interval or not.
Public propertyLatitude
GPS Latitude of the rental object in decimal degrees (D.D)
Public propertyLongitude
GPS Longitude of the rental object in decimal degrees (D.D)
Public propertyName
Name
Public propertyNumberOfChildren
Number of children not counting as adults
Public propertyNumberOfPersons
Number of persons required
Public propertyNumberOfPets
Number of pets required
Public propertyOfficeId
The office of the rental object associated with the vacancy
Public propertyOfficeName
The office name of the rental object associated with the vacancy
Public propertyPrice
Price including any discounts and fees.
Public propertyPriceDetails
Possible price calculation details. One element per day. Only filled out if RentalObjectAdvancedSearchCriteria.IncludePriceCalculationDetails is true. Otherwise the list is empty
Public propertyRegionId
The region of the rental object associated with the vacancy
Public propertyRegionName
The name of the region of the rental object associated with the vacancy
Public propertyRentalObjectNo
Rental object number
Public propertySupplierNo
Supplier number
Public propertyThumbnail
Thumbnail image URL
Public propertyTypeId
The type of the rental object associated with the vacancy
Public propertyTypeName
The name of the type of the rental object associated with the vacancy
Public propertyWebAddress
The web adress for this specific rental object. Used for showing the internetpresentation of a rental object
Top
See Also