Click or drag to resize

RentalAgreementExtendedWeb Class

Extended version of rentalagreementweb, including recurring
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsRentalAgreementWeb
        Tse.EasyBook.Server.DataContracts.OwnerLoginRentalAgreementExtendedWeb

Namespace:  Tse.EasyBook.Server.DataContracts.OwnerLogin
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class RentalAgreementExtendedWeb : RentalAgreementWeb

The RentalAgreementExtendedWeb type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAccommodateChildren
Number of childrens that the rental object can accomodate by default. No constraint, just info.
(Inherited from RentalAgreementWeb.)
Public propertyAllowedPersons
Number of persons (children not included) that the rental object can accomodate by default.
(Inherited from RentalAgreementWeb.)
Public propertyAllowedPets
Number of pets that the rental object can accomodate by default.
(Inherited from RentalAgreementWeb.)
Public propertyArrivalDate
The arrival date of the tennancy
(Inherited from RentalAgreementWeb.)
Public propertyCleaning
True if cleaning has been ordered on this rental agreement
(Inherited from RentalAgreementWeb.)
Public propertyCreatedDate
The date which the rentalagreement was created, especially relevant in rerent situations
Public propertyDepartureDate
The departure date of the tennancy
(Inherited from RentalAgreementWeb.)
Public propertyDrivingDirectionsUri
Uri for driving directions from Customer->KeyDeliveryLocation->RentalObject
(Inherited from RentalAgreementWeb.)
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
(Inherited from RentalAgreementWeb.)
Public propertyKeyDeliveryOffice
The key deposit location.
(Inherited from RentalAgreementWeb.)
Public propertyKeyDeliveryText
A text with specifics about the key delivery.
(Inherited from RentalAgreementWeb.)
Public propertyLocalOffice
The office attached to the rental object.
(Inherited from RentalAgreementWeb.)
Public propertyNumberOfChildren
Number of children (age 3 or less) staying in the house.
(Inherited from RentalAgreementWeb.)
Public propertyNumberOfChildrenAsAdults
Number of adolescents (age 4-11) staying in the house.
(Inherited from RentalAgreementWeb.)
Public propertyNumberOfPersons
Number of persons staying in the house.
(Inherited from RentalAgreementWeb.)
Public propertyNumberOfPets
Number of pets staying in the house.
(Inherited from RentalAgreementWeb.)
Public propertyOwnerName
The rental object owners name.
(Inherited from RentalAgreementWeb.)
Public propertyOwnerPostalCity
The rental object owners city.
(Inherited from RentalAgreementWeb.)
Public propertyOwnerPostalCode
The rental object owners postal code.
(Inherited from RentalAgreementWeb.)
Public propertyPartnerRentalObjectNo
Partner rental object number if the order is originating from a partner.
(Inherited from RentalAgreementWeb.)
Public propertyPreviousArrivalsOnHouse
The number of times (besides this arrival) which the customer has had a rentalagreement on this house
Public propertyRentalAgreementNo
The unique rental agreement number
(Inherited from RentalAgreementWeb.)
Public propertyRentalAgreementState
The state of the rental agreement
(Inherited from RentalAgreementWeb.)
Public propertyRentalAgreementText
Any information regarding the tennancy.
(Inherited from RentalAgreementWeb.)
Public propertyRentalObjectAddress
The addres of the rental object.
(Inherited from RentalAgreementWeb.)
Public propertyRentalObjectNo
Rental object number
(Inherited from RentalAgreementWeb.)
Public propertyRentalObjectPhoneNo
The phone number of the rental object if a phone is present.
(Inherited from RentalAgreementWeb.)
Public propertySendTo
The contact this rental agreement was sent to.
(Inherited from RentalAgreementWeb.)
Public propertyTexts
RentalObject comments of the following types: Catalogue, RentalAgreement
(Inherited from RentalAgreementWeb.)
Top
See Also