Click or drag to resize

RentalObjectSearchItemWeb Class

Data contract containing a rental object search result.
Inheritance Hierarchy
SystemObject
  DataContractBase
    DataContractEntity
      Tse.EasyBook.Server.DataContractsRentalObjectSearchResultBase
        Tse.EasyBook.Server.DataContractsRentalObjectSearchItemWeb
          Tse.EasyBook.Server.DataContractsDetailsResult

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

The RentalObjectSearchItemWeb type exposes the following members.

Constructors
  NameDescription
Public methodRentalObjectSearchItemWeb
Top
Properties
  NameDescription
Public propertyAddress
Address of the rental object.
Public propertyAdjustment
Adjustment in days for vacancy
(Inherited from RentalObjectSearchResultBase.)
Public propertyAppendedText
Text which will be written after the autogenerated texts
Public propertyAreaId
The area of the rental object associated with the vacancy
(Inherited from RentalObjectSearchResultBase.)
Public propertyAreaName
The name of the area of the rental object associated with the vacancy
(Inherited from RentalObjectSearchResultBase.)
Public propertyArrivalDate
Arrival date for vacancy
(Inherited from RentalObjectSearchResultBase.)
Public propertyArticleDelivery
Boolean which tells whether articles are delivered to the house or not
(Inherited from RentalObjectSearchResultBase.)
Public propertyAttributes
Attributes on the rental object.
Public propertyAutogeneratedTexts1
A list of autogenerated text (by attribute group). . Please note that some rental objects may have elements in this list while the [!:Text] property is empty. Other rental objects may have data in both properties, and still others may only have a [!:Text] value.
Public propertyCancellation
Is this vacancy a cancellation
(Inherited from RentalObjectSearchResultBase.)
Public propertyCategoryId
The category of the rental object associated with the vacancy
(Inherited from RentalObjectSearchResultBase.)
Public propertyCategoryName
The name of the category of the rental object associated with the vacancy
(Inherited from RentalObjectSearchResultBase.)
Public propertyCleaningArticleId
The property CleaningArticleId
(Inherited from RentalObjectSearchResultBase.)
Public propertyCleaningOptions
An enumeration specifying the cleaning options available for a rental object. The 3 possible values are Optional, Included and Onsite. Please see CleaningOptionsWebEnum for further details.
Public propertyCleaningOptionsAll
A new larger enumeration describing all cleaning options for the rental object. In the future everybody should use this field rather than CleaningOptions Possible values: Optional(0): The cleaning is optional and can be ordered for the rental object when performing a booking. A price for the cleaning is also specified. Included(1): The cleaning is included in the rental object price and cleaning is automatically added to the order. A price for the cleaning is not specified. OnSite(2): The cleaning is ordered on site. The cleaning can not be ordered when creating a booking. A price for the cleaning is not specified. OnSiteMandatory(3): The cleaning must be ordered on site. The cleaning can not be ordered when creating a booking. A price for the cleaning is not specified. IncludedFree(4): The cleaning is included in the rental object price, but are free of cost meaning no cleaning is added to the order and the price for the cleaning 0.
Public propertyCleaningPrice
The property CleaningPrice
(Inherited from RentalObjectSearchResultBase.)
Public propertyConsultantId
The consultant of the rental object associated with the vacancy
(Inherited from RentalObjectSearchResultBase.)
Public propertyDepartureDate
Departure date for vacancy
(Inherited from RentalObjectSearchResultBase.)
Public propertyDepositPrice
Deposit. 0 If no deposit.
(Inherited from RentalObjectSearchResultBase.)
Public propertyDiscount
The discount applied
(Inherited from RentalObjectSearchResultBase.)
Public propertyEntityType (Inherited from RentalObjectSearchResultBase.)
Public propertyFee
The property Price = BasePrice + PriceRegulation + Fee
(Inherited from RentalObjectSearchResultBase.)
Public propertyIsOption
Indicates if the current interval is an option/preorder interval or not.
(Inherited from RentalObjectSearchResultBase.)
Public propertyLatitude
GPS Latitude of the rental object in decimal degrees (D.D)
(Inherited from RentalObjectSearchResultBase.)
Public propertyLongitude
GPS Longitude of the rental object in decimal degrees (D.D)
(Inherited from RentalObjectSearchResultBase.)
Public propertyMaximumPrice
The maximum price that this house can be rented for on a standard 7 day stay on the default arrival day. Please note that this property is null unless VacancyOptions.VacancyCheck is set to "None" in the class SearchCriteria.
Public propertyMinimumPrice
The minimum price that this house can be rented for on a standard 7 day stay on the default arrival day. Please note that this property is null unless VacancyOptions.VacancyCheck is set to "None" in the class SearchCriteria.
Public propertyName
Name
(Inherited from RentalObjectSearchResultBase.)
Public propertyNumberOfChildren
Number of children not counting as adults
(Inherited from RentalObjectSearchResultBase.)
Public propertyNumberOfPersons
Number of persons required
(Inherited from RentalObjectSearchResultBase.)
Public propertyNumberOfPets
Number of pets required
(Inherited from RentalObjectSearchResultBase.)
Public propertyOfficeId
The office of the rental object associated with the vacancy
(Inherited from RentalObjectSearchResultBase.)
Public propertyOfficeName
The office name of the rental object associated with the vacancy
(Inherited from RentalObjectSearchResultBase.)
Public propertyPrice
Price including any discounts and fees.
(Inherited from RentalObjectSearchResultBase.)
Public propertyPriceDetails
Possible price calculation details. One element per day. Only filled out if RentalObjectAdvancedSearchCriteria.IncludePriceCalculationDetails is true. Otherwise the list is empty
(Inherited from RentalObjectSearchResultBase.)
Public propertyRegionId
The region of the rental object associated with the vacancy
(Inherited from RentalObjectSearchResultBase.)
Public propertyRegionName
The name of the region of the rental object associated with the vacancy
(Inherited from RentalObjectSearchResultBase.)
Public propertyRentalObjectNo
Rental object number
(Inherited from RentalObjectSearchResultBase.)
Public propertySupplierNo
Supplier number
(Inherited from RentalObjectSearchResultBase.)
Public propertyText1
A description of the rental object (prosa).
Public propertyThumbnail
Thumbnail image URL
(Inherited from RentalObjectSearchResultBase.)
Public propertyTypeId
The type of the rental object associated with the vacancy
(Inherited from RentalObjectSearchResultBase.)
Public propertyTypeName
The name of the type of the rental object associated with the vacancy
(Inherited from RentalObjectSearchResultBase.)
Public propertyWebAddress
The web adress for this specific rental object. Used for showing the internetpresentation of a rental object
(Inherited from RentalObjectSearchResultBase.)
Top
Fields
  NameDescription
Protected field_autogeneratedTexts
Protected field_text
Top
See Also