 | PriceManager Class |
Inheritance Hierarchy
Namespace:
Dynamicweb.Ecommerce.Prices
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic class PriceManager
Public Class PriceManager
The PriceManager type exposes the following members.
Constructors
| Name | Description |
---|
 | PriceManager | Initializes a new instance of the PriceManager class |
Top
Methods
| Name | Description |
---|
  | FindInformativePrice(Product) | |
  | FindInformativePrice(Product, Double) | |
  | FindInformativePrice(Product, Double, String, Currency) | |
  | FindInformativePrice(Product, Double, String, Currency, String) | |
  | FindPrice(Product) | |
  | FindPrice(Product, Double) | |
  | FindPrice(Product, Double, String, Currency) | |
  | FindPrice(Product, Double, String, Currency, String) | |
  | FindPrice(Product, Double, String, Currency, String, Double) | |
  | GetInformativePrice(Product, String, String) | |
  | GetInformativePrice(Product, String, String, String) | |
  | GetInformativePrice(Product, String, String, String, String) | |
  | GetInformativePrice(Product, String, String, String, String, StockLocation) | |
  | GetPrice(Product, String, String, Int32) | |
  | GetPrice(Product, String, String, String) | |
  | GetPrice(Product, String, String, String, Int32) | |
  | GetPrice(Product, String, String, String, Int32, String) | |
  | GetPrice(Product, String, String, String, Int32, String, StockLocation) | |
  | PreparePrices(DictionaryProduct, Double) | |
  | PreparePrices(IEnumerableProduct) | |
  | PreparePrices(ProductCollection) | Obsolete. |
Top
See Also