Click or drag to resize

RentalIntervalWeb Class

Data contract Rental interval
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 RentalIntervalWeb : IntervalWeb

The RentalIntervalWeb type exposes the following members.

Constructors
  NameDescription
Public methodRentalIntervalWeb
Top
Properties
  NameDescription
Public propertyBusinessPartnerId
ID of the business partner attached to this rental interval
Public propertyBusinessPartnerName
Name of the business partner that is linked by the BusinessPartnerId
Public propertyBusinessPartnerType
The type of the business partner
Public propertyCancellationDate
Only defined on rentalintervals which has the status of cancelled, and where owner gets paid. Describes the createddate of the crediting invoice
Public propertyComment
A comment attached to a closed RentalInterval.
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
Public propertyType
The type of the RentalInterval
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