ShippingDiscountCollection Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This class cannot be inherited. Represents a collection of shipping discount records for the shipments related to an order form.
The ShippingDiscountCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ShippingDiscountCollection | Initializes a new instance of the ShippingDiscountCollection class using the specified parent shipment and discount. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the specified ShippingDiscountRecord to the end of the ShippingDiscountCollection. | |
Clear | Clears all ShippingDiscountRecord objects from the ShippingDiscountCollection. | |
CopyTo | Copies the contents of the ShippingDiscountCollection to a compatible one-dimensional array starting at the specified index of the target array. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator to iterate through the current ShippingDiscountCollection. | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Populates the SerializationInfo with the data needed to serialize the ShippingDiscountCollection. | |
GetType | (Inherited from Object.) | |
IndexOf | Overloaded. Returns the index of the ShippingDiscountRecord with the specified identifier. | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Overloaded. Removes the specified ShippingDiscountRecord from the collection. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the current count of all the unique discounts contained within the current ShippingDiscountCollection collection. | |
IsSynchronized | Gets a value indicating whether access to the ShippingDiscountCollection is synchronized (thread-safe). | |
Item | Gets a ShippingDiscountRecord from the current collection, based upon the specified index. | |
ParentShipment | Gets the Shipment to which the ShippingDiscountCollection belongs. | |
SyncRoot | Gets the object used to synchronize access to the ShippingDiscountCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::.CopyTo |
Top