Click or drag to resize

DiscountCollection Class

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionDiscount
    Dynamicweb.Ecommerce.DiscountsDiscountCollection

Namespace:  Dynamicweb.Ecommerce.Discounts
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[SerializableAttribute]
public sealed class DiscountCollection : Collection<Discount>, 
	IWithPrice

The DiscountCollection type exposes the following members.

Constructors
  NameDescription
Public methodDiscountCollection(Product) Obsolete.
Initializes a new instance of the DiscountCollection class
Public methodDiscountCollection(Product, Currency, Country) Obsolete.
Initializes a new instance of the DiscountCollection class
Public methodDiscountCollection(Product, Currency, Country, String) Obsolete.
Initializes a new instance of the DiscountCollection class
Public methodDiscountCollection(Product, Currency, Country, String, String)
Initializes a new instance of the DiscountCollection class
Top
Properties
Methods
See Also