Click or drag to resize

RentalObjectPictureWeb Class

Rental object picture 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 RentalObjectPictureWeb : RentalObjectBaseWeb

The RentalObjectPictureWeb type exposes the following members.

Constructors
  NameDescription
Public methodRentalObjectPictureWeb
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 propertyMasterPictures
A list of Master pictures.
Public propertyPictures
A list of pictures.
Public propertyRentalObjectNo
A unique identifier for the rental object.
(Inherited from RentalObjectBaseWeb.)
Top
See Also