Click or drag to resize

DefaultPriceProvider Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Ecommerce.PricesPriceProvider
    Dynamicweb.Ecommerce.PricesDefaultPriceProvider

Namespace:  Dynamicweb.Ecommerce.Prices
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public class DefaultPriceProvider : PriceProvider

The DefaultPriceProvider type exposes the following members.

Constructors
  NameDescription
Public methodDefaultPriceProvider
Initializes a new instance of the DefaultPriceProvider class
Top
Properties
  NameDescription
Public propertyHandlePricesExclusively (Inherited from PriceProvider.)
Top
Methods
  NameDescription
Public methodFindInformativePrice(Product, Double, String, Currency, String, User) (Overrides PriceProviderFindInformativePrice(Product, Double, String, Currency, String, User).)
Public methodFindInformativePrice(Product, Double, String, Currency, String, User, String) (Overrides PriceProviderFindInformativePrice(Product, Double, String, Currency, String, User, String).)
Public methodFindInformativePrice(Product, Double, String, Currency, String, User, String, StockLocation) (Overrides PriceProviderFindInformativePrice(Product, Double, String, Currency, String, User, String, StockLocation).)
Public methodFindPrice(Product, Double, String, Currency, String, User) (Overrides PriceProviderFindPrice(Product, Double, String, Currency, String, User).)
Public methodFindPrice(Product, Double, String, Currency, String, User, Double) (Overrides PriceProviderFindPrice(Product, Double, String, Currency, String, User, Double).)
Public methodFindPrice(Product, Double, String, Currency, String, User, Double, String) (Overrides PriceProviderFindPrice(Product, Double, String, Currency, String, User, Double, String).)
Public methodFindPrice(Product, Double, String, Currency, String, User, Double, String, StockLocation) (Overrides PriceProviderFindPrice(Product, Double, String, Currency, String, User, Double, String, StockLocation).)
Public methodPreparePrices(DictionaryProduct, Double) (Overrides PriceProviderPreparePrices(DictionaryProduct, Double).)
Public methodPreparePrices(IEnumerableProduct) (Overrides PriceProviderPreparePrices(IEnumerableProduct).)
Public methodPreparePrices(ProductCollection) (Overrides PriceProviderPreparePrices(ProductCollection).)
Public methodStatic memberShowPrice
Top
See Also