Click or drag to resize

ProductPriceProviderFindPrice Method

Overload List
  NameDescription
Public methodFindPrice(Product, Double, String, Currency, String, User)
Finds the price..
(Overrides PriceProviderFindPrice(Product, Double, String, Currency, String, User).)
Public methodFindPrice(Product, Double, String, Currency, String, User, Double)
Finds the price for a given product in a given context. Can be called to show the price of a product, show the price of a product for a specific user, unit etc. Must be overriden.
(Inherited from PriceProvider.)
Public methodFindPrice(Product, Double, String, Currency, String, User, Double, String)
Finds the price for a given product in a given context. Can be called to show the price of a product, show the price of a product for a specific user, unit etc. Must be overriden.
(Inherited from PriceProvider.)
Top
See Also