Click or drag to resize

RentalObjectArticleWeb Class

Data contract that holds information about which article numbers are available for a rental object.
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 RentalObjectArticleWeb : RentalObjectBaseWeb

The RentalObjectArticleWeb type exposes the following members.

Constructors
  NameDescription
Public methodRentalObjectArticleWeb
Top
Properties
  NameDescription
Public propertyArticleNumbers
A list of additional article numbers that can be sold (Booking or UpdateOrder) for this rental object.
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 propertyPetFees
A list of possible pet fees.
Public propertyRentalObjectNo
A unique identifier for the rental object.
(Inherited from RentalObjectBaseWeb.)
Top
See Also