Click or drag to resize

DiscountInfoCollection Class

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionDiscountInfo
    Dynamicweb.Ecommerce.Orders.DiscountsDiscountInfoCollection

Namespace:  Dynamicweb.Ecommerce.Orders.Discounts
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public class DiscountInfoCollection : Collection<DiscountInfo>

The DiscountInfoCollection type exposes the following members.

Constructors
  NameDescription
Public methodDiscountInfoCollection(Product) Obsolete.
Initializes a new instance of the DiscountInfoCollection class
Public methodDiscountInfoCollection(Product, Currency, String) Obsolete.
Initializes a new instance of the DiscountInfoCollection class
Public methodDiscountInfoCollection(Product, Currency, String, Int32) Obsolete.
Initializes a new instance of the DiscountInfoCollection class
Public methodDiscountInfoCollection(Product, Currency, String, String, Int32) Obsolete.
Initializes a new instance of the DiscountInfoCollection class
Public methodDiscountInfoCollection(Product, Currency, String, String, Int32, String)
Initializes a new instance of the DiscountInfoCollection class
Top
Properties
  NameDescription
Public propertyPrice
Public propertyTotalPrice
Top
See Also