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 | |
---|---|---|
ShipmentCollection | Initializes a new instance of the ShipmentCollection class with the specified parent order form. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the specified Shipment to the end of the ShipmentCollection. | |
Clear | Clears all of the Shipment objects from the ShipmentCollection. | |
CopyTo | Copies the contents of the ShipmentCollection 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 ShipmentCollection. | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Populates the SerializationInfo with the data needed to serialize the ShipmentCollection. | |
GetType | (Inherited from Object.) | |
IndexOf | Overloaded. Returns the index of the Shipment with the specified identifier. | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Overloaded. Removes the specified Shipment from the collection. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the current count of all the unique shipments contained within the current ShipmentCollection collection. | |
IsSynchronized | Gets a value indicating whether access to the ShipmentCollection is synchronized (thread-safe). | |
Item | Gets a Shipment from the current collection, based upon the specified index. | |
ParentOrderForm | Gets the OrderForm object to which the ShipmentCollection collection belongs. | |
SyncRoot | Gets an object used to synchronize access to the ShipmentCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::.CopyTo |
Top