Share via


ShipmentCollection Members

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

This class cannot be inherited. Represents a collection of shipments.

The ShipmentCollection type exposes the following members.

Constructors

  Name Description
Aa154668.pubmethod(en-US,CS.70).gif ShipmentCollection Initializes a new instance of the ShipmentCollection class with the specified parent order form.

Top

Methods

  Name Description
Aa154668.pubmethod(en-US,CS.70).gif Add Adds the specified Shipment to the end of the ShipmentCollection.
Aa154668.pubmethod(en-US,CS.70).gif Clear Clears all of the Shipment objects from the ShipmentCollection.
Aa154668.pubmethod(en-US,CS.70).gif CopyTo Copies the contents of the ShipmentCollection to a compatible one-dimensional array starting at the specified index of the target array.
Aa154668.pubmethod(en-US,CS.70).gif Equals (Inherited from Object.)
Aa154668.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa154668.pubmethod(en-US,CS.70).gif GetEnumerator Returns an enumerator to iterate through the current ShipmentCollection.
Aa154668.pubmethod(en-US,CS.70).gif GetHashCode (Inherited from Object.)
Aa154668.pubmethod(en-US,CS.70).gif GetObjectData Populates the SerializationInfo with the data needed to serialize the ShipmentCollection.
Aa154668.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa154668.pubmethod(en-US,CS.70).gif IndexOf Overloaded. Returns the index of the Shipment with the specified identifier.
Aa154668.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa154668.pubmethod(en-US,CS.70).gif Remove Overloaded. Removes the specified Shipment from the collection.
Aa154668.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

Properties

  Name Description
Aa154668.pubproperty(en-US,CS.70).gif Count Gets the current count of all the unique shipments contained within the current ShipmentCollection collection.
Aa154668.pubproperty(en-US,CS.70).gif IsSynchronized Gets a value indicating whether access to the ShipmentCollection is synchronized (thread-safe).
Aa154668.pubproperty(en-US,CS.70).gif Item Gets a Shipment from the current collection, based upon the specified index.
Aa154668.pubproperty(en-US,CS.70).gif ParentOrderForm Gets the OrderForm object to which the ShipmentCollection collection belongs.
Aa154668.pubproperty(en-US,CS.70).gif SyncRoot Gets an object used to synchronize access to the ShipmentCollection.

Top

Explicit Interface Implementations

  Name Description
Aa154668.pubinterface(en-US,CS.70).gifAa154668.privmethod(en-US,CS.70).gif ICollection..::.CopyTo

Top

See Also

Reference

ShipmentCollection Class

Microsoft.CommerceServer.Runtime.Orders Namespace