Click or drag to resize

ArticlesResult Class

Data contract for the output of the "Articles" service
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsArticlesResult

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 ArticlesResult : DataContractBase

The ArticlesResult type exposes the following members.

Constructors
  NameDescription
Public methodArticlesResult
Top
Properties
  NameDescription
Public propertyArticles
A list of available articles for the provided rental object
Public propertyCleaningOptions
An enumeration describing the various cleaning options for the rental object.
Public propertyCleaningOptionsAll
Public propertyCleaningPrice
A list of available articles for the provided rental object
Public propertyPetFeePerPet
If true, The pet fee price is for each pet taken to the rental object. Null if not applicable.
Public propertyPetFeePrice
The price for pets or null if not applicable.
Public propertyTicketArticles
A list of available ticket articles for the provided rental object. Formore detailed linformation regarding tickets use the "Attractions" web service.
Top
See Also