Click or drag to resize

RentalIntervalExtendedWeb Class

Data contract Rental interval
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsIntervalWeb
        Tse.EasyBook.Server.DataContractsRentalIntervalWeb
          Tse.EasyBook.Server.DataContracts.OwnerLoginRentalIntervalExtendedWeb

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 RentalIntervalExtendedWeb : RentalIntervalWeb

The RentalIntervalExtendedWeb type exposes the following members.

Constructors
  NameDescription
Public methodRentalIntervalExtendedWeb
Top
Properties
  NameDescription
Public propertyBusinessPartnerId
ID of the business partner attached to this rental interval
(Inherited from RentalIntervalWeb.)
Public propertyBusinessPartnerName
Name of the business partner that is linked by the BusinessPartnerId
(Inherited from RentalIntervalWeb.)
Public propertyBusinessPartnerType
The type of the business partner
(Inherited from RentalIntervalWeb.)
Public propertyCancellationDate
Only defined on rentalintervals which has the status of cancelled, and where owner gets paid. Describes the createddate of the crediting invoice
(Inherited from RentalIntervalWeb.)
Public propertyComment
A comment attached to a closed RentalInterval.
(Inherited from RentalIntervalWeb.)
Public propertyConsumptionMeters
If filled out then this is the meter and its readings associated with the rental interval
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyInvoiceNo
ID of an invoice that is visualized by this RentalInterval
(Inherited from RentalIntervalWeb.)
Public propertyPreviousArrivalsOnHouse
Include the number of arrivals of the customer on a given house, since rentalagreements startdate
Public propertyType
The type of the RentalInterval
(Inherited from RentalIntervalWeb.)
Public propertyValidFrom
Start date
(Inherited from IntervalWeb.)
Public propertyValidTo
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.)
Top
See Also