| PriceProvider Class |
Inheritance Hierarchy
Namespace:
Dynamicweb.Ecommerce.Prices
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public class PriceProvider
Public Class PriceProvider
The PriceProvider type exposes the following members.
Constructors
| Name | Description |
---|
| PriceProvider | Initializes a new instance of the PriceProvider class |
TopProperties Methods
| Name | Description |
---|
| FindInformativePrice(Product, Double, String, Currency, String, User) | |
| FindInformativePrice(Product, Double, String, Currency, String, User, String) | |
| FindInformativePrice(Product, Double, String, Currency, String, User, String, StockLocation) | |
| FindPrice(Product, Double, String, Currency, String, User) | |
| FindPrice(Product, Double, String, Currency, String, User, Double) | |
| FindPrice(Product, Double, String, Currency, String, User, Double, String) | |
| FindPrice(Product, Double, String, Currency, String, User, Double, String, StockLocation) | |
| PreparePrices(DictionaryProduct, Double) | |
| PreparePrices(IEnumerableProduct) | |
| PreparePrices(ProductCollection) | |
TopSee Also