Click or drag to resize

PriceCalculated Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Ecommerce.Prices
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[SerializableAttribute]
public class PriceCalculated : PriceInfo

The PriceCalculated type exposes the following members.

Constructors
  NameDescription
Public methodPriceCalculated Obsolete.
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(Boolean) Obsolete.
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(PriceRaw) Obsolete.
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(Product) Obsolete.
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(Currency, Country)
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(PriceRaw, Boolean) Obsolete.
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(Product, PriceRaw) Obsolete.
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(Product, Boolean) Obsolete.
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(Currency, Country, PriceRaw)
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(Currency, Country, Product)
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(Currency, Country, Boolean)
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(Product, PriceRaw, Boolean) Obsolete.
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(Currency, Country, PriceRaw, Boolean)
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(Currency, Country, Product, PriceRaw)
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(Currency, Country, Product, Boolean)
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(Currency, Country, Product, PriceRaw, Boolean)
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(Currency, Country, Product, Boolean, User)
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(Currency, Country, Product, Boolean, String, User)
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(Currency, Country, Product, Boolean, String, User, String)
Initializes a new instance of the PriceCalculated class
Public methodPriceCalculated(Currency, Country, Product, Boolean, String, User, String, StockLocation)
Initializes a new instance of the PriceCalculated class
Top
Properties
Methods
Fields
  NameDescription
Protected field_vatPercent (Inherited from PriceInfo.)
Top
See Also