Click or drag to resize

RentalAgreementWeb Class

Data class for a web rental agreement. A rental agreement containts the specific details about a tennancy that can be referenced by an OrderWeb.
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 RentalAgreementWeb : DataContractEntityWeb

The RentalAgreementWeb type exposes the following members.

Constructors
  NameDescription
Public methodRentalAgreementWeb
Top
Properties
  NameDescription
Public propertyAccommodateChildren
Number of childrens that the rental object can accomodate by default. No constraint, just info.
Public propertyAllowedPersons
Number of persons (children not included) that the rental object can accomodate by default.
Public propertyAllowedPets
Number of pets that the rental object can accomodate by default.
Public propertyArrivalDate
The arrival date of the tennancy
Public propertyCleaning
True if cleaning has been ordered on this rental agreement
Public propertyDepartureDate
The departure date of the tennancy
Public propertyDrivingDirectionsUri
Uri for driving directions from Customer->KeyDeliveryLocation->RentalObject
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyInfoText
RentalObject comments of the following types: Info
Public propertyKeyDeliveryOffice
The key deposit location.
Public propertyKeyDeliveryText
A text with specifics about the key delivery.
Public propertyLocalOffice
The office attached to the rental object.
Public propertyNumberOfChildren
Number of children (age 3 or less) staying in the house.
Public propertyNumberOfChildrenAsAdults
Number of adolescents (age 4-11) staying in the house.
Public propertyNumberOfPersons
Number of persons staying in the house.
Public propertyNumberOfPets
Number of pets staying in the house.
Public propertyOwnerName
The rental object owners name.
Public propertyOwnerPostalCity
The rental object owners city.
Public propertyOwnerPostalCode
The rental object owners postal code.
Public propertyPartnerRentalObjectNo
Partner rental object number if the order is originating from a partner.
Public propertyRentalAgreementNo
The unique rental agreement number
Public propertyRentalAgreementState
The state of the rental agreement
Public propertyRentalAgreementText
Any information regarding the tennancy.
Public propertyRentalObjectAddress
The addres of the rental object.
Public propertyRentalObjectNo
Rental object number
Public propertyRentalObjectPhoneNo
The phone number of the rental object if a phone is present.
Public propertySendTo
The contact this rental agreement was sent to.
Public propertyTexts
RentalObject comments of the following types: Catalogue, RentalAgreement
Top
See Also