| PriceCalculated Constructor (Product, PriceRaw, Boolean) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Prices
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use currency and country dependent constructors instead.")]
public PriceCalculated(
Product product,
PriceRaw priceRaw,
bool isInformative
)
<ObsoleteAttribute("Use currency and country dependent constructors instead.")>
Public Sub New (
product As Product,
priceRaw As PriceRaw,
isInformative As Boolean
)
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
- priceRaw
- Type: Dynamicweb.Ecommerce.PricesPriceRaw
- isInformative
- Type: SystemBoolean
See Also