ShippingDiscountCollection Class

This class cannot be inherited. Represents a collection of shipping discount records for the shipments related to an order form.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ShippingDiscountCollection _
    Implements ICollection, IEnumerable, ISerializable
'Usage
Dim instance As ShippingDiscountCollection
[SerializableAttribute]
public sealed class ShippingDiscountCollection : ICollection, 
    IEnumerable, ISerializable
[SerializableAttribute]
public ref class ShippingDiscountCollection sealed : ICollection, 
    IEnumerable, ISerializable
public final class ShippingDiscountCollection implements ICollection, IEnumerable, ISerializable

Remarks

Manages a collection of shipping discount records for the shipments related to an order form.

ShippingDiscountCollection is a sealed implementation class that represents a collection of ShippingDiscountRecord objects.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime.Orders..::.ShippingDiscountCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ShippingDiscountCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace