Click or drag to resize

PriceWeb Class

Data contract for a curerncy and a price.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsPriceWeb

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

The PriceWeb type exposes the following members.

Constructors
  NameDescription
Public methodPriceWeb
Top
Properties
  NameDescription
Public propertyCurrencyIsoCode
The ISO 4217 currency code of the price.
Public propertyPrice
The price in the specified CurrencyIsoCode.
Top
See Also