Click or drag to resize

RentalObjectTextWeb Class

Rental object text information for partner feed
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 RentalObjectTextWeb : RentalObjectBaseWeb

The RentalObjectTextWeb type exposes the following members.

Constructors
  NameDescription
Public methodRentalObjectTextWeb
Top
Properties
  NameDescription
Public propertyBcode
Agency code. Used to distinguish subset of houses.
(Inherited from RentalObjectBaseWeb.)
Public propertyComments
If any extra conditions or comments apply to the rental object in the specific booking period it is stated here. For example: No renting to youth groups.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyInfoTexts
If any extra conditions apply to the rental object it is stated here. For example: No renting to youth groups.
Public propertyRentalObjectNo
A unique identifier for the rental object.
(Inherited from RentalObjectBaseWeb.)
Public propertyTexts
A list of rental object texts.
Top
See Also