DiscountItemCollection Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents a collection of DiscountItem objects. This class cannot be inherited.
The DiscountItemCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
ApplyCategoryFilter | Filters a DiscountItemCollection for a specific category. | |
ApplyProductFilter | Filters a DiscountItemCollection for a specific product. | |
Contains | Returns a value indicating if a specific DiscountItem is within the DiscountItemCollection. | |
CopyTo | Copies all the elements in the DiscountItemCollection to a compatible one-dimensional array starting at the specified index of the target array. | |
CreateFromCache | Overloaded. Creates a DiscountItemCollection from the specified Cache. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the count of the number of elements in the DiscountItemCollection collection. | |
Item | Gets a DiscountItem from the collection, based upon the index. |
Top
Explicit Interface Implementations
Top