Click or drag to resize

RentalObjectsArticlesResult Class

Data contract that holds information about which article numbers are available for a list of rental objects.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsRentalObjectsArticlesResult

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 RentalObjectsArticlesResult : DataContractEntityWeb

The RentalObjectsArticlesResult type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyArticles
A list of additional article numbers that can be sold (Booking or UpdateOrder) for one or more rental objects. The list ArticleNumbers specifies which of these articles, that can be sold for a specific rental object.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyRentalOjects
A list of rental objects and corresponding article numbers that can be sold (Booking or UpdateOrder) for the specific rental object.
Top
See Also