Click or drag to resize

RentalObjectRoomWeb Class

Rental object room 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 RentalObjectRoomWeb : RentalObjectBaseWeb

The RentalObjectRoomWeb type exposes the following members.

Constructors
  NameDescription
Public methodRentalObjectRoomWeb
Top
Properties
  NameDescription
Public propertyBcode
Agency code. Used to distinguish subset of houses.
(Inherited from RentalObjectBaseWeb.)
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyRentalObjectNo
A unique identifier for the rental object.
(Inherited from RentalObjectBaseWeb.)
Public propertyRooms
A list of rental object rooms.
Top
See Also