Shipment Members

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

Represents a shipment associated with a specific order form.

The Shipment type exposes the following members.

Constructors

  Name Description
Aa154671.pubmethod(en-US,CS.70).gif Shipment Overloaded. Initializes a new instance of the Shipment class.

Top

Methods

  Name Description
Aa154671.pubmethod(en-US,CS.70).gif Equals Returns a value indicating whether the specified shipment has the same shipment ID, tracking number, and order form, as the current shipment instance. (Overrides Object..::.Equals(Object).)
Aa154671.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa154671.pubmethod(en-US,CS.70).gif GetEnumerator Returns an enumerator that can enumerate over all weakly-typed properties of the current shipment.
Aa154671.pubmethod(en-US,CS.70).gif GetHashCode Returns a hash code for the current shipment, based on the order form ID and shipment ID. (Overrides Object..::.GetHashCode()()().)
Aa154671.pubmethod(en-US,CS.70).gif GetObjectData Populates the SerializationInfo with the data needed to serialize the Shipment.
Aa154671.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa154671.pubmethod(en-US,CS.70).gif LoadedFromStorage Called after an entire purchase order class graph is loaded from mapped storage to allow custom post-load marshaling. (Overrides MappedStorageBase..::.LoadedFromStorage(Object).)
Aa154671.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa154671.pubmethod(en-US,CS.70).gif SavedToStorage Called after saving the current shipment to the database to allow custom post-save marshaling. (Overrides MappedStorageBase..::.SavedToStorage()()().)
Aa154671.pubmethod(en-US,CS.70).gif SavingToStorage Called prior to saving the current shipment to the database to allow custom pre-save marshaling. (Overrides MappedStorageBase..::.SavingToStorage()()().)
Aa154671.pubmethod(en-US,CS.70).gif SetChildDirty Overloaded. Called by child class instances to propagate change notifications when a change occurs to child data members that are mapped to SQL storage.
Aa154671.pubmethod(en-US,CS.70).gif SetDirty Called by local class property set accessors when a change occurs to data members that are mapped to SQL storage. (Overrides MappedStorageBase..::.SetDirty(Object).)
Aa154671.pubmethod(en-US,CS.70).gif SetParent Updates parent and grandparent object references of a child class instance. (Overrides MappedStorageBase..::.SetParent(Object).)
Aa154671.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

Properties

  Name Description
Aa154671.pubproperty(en-US,CS.70).gif Item Gets or sets a weakly-typed custom property name for a shipment instance.
Aa154671.pubproperty(en-US,CS.70).gif LineItemIndexes Gets a collection of indexes of the line items associated with the current shipment.
Aa154671.pubproperty(en-US,CS.70).gif OrderFormId Gets the order form identifier of the parent order form that contains the current shipment.
Aa154671.pubproperty(en-US,CS.70).gif OrderGroupId Gets the identifier of the grandparent order group to which the current shipment belongs.
Aa154671.pubproperty(en-US,CS.70).gif ParentOrderForm Gets the parent order form for which the current instance belongs.
Aa154671.pubproperty(en-US,CS.70).gif ShipmentId Gets a system-generated value that uniquely identifies the shipment within a shipment collection.
Aa154671.pubproperty(en-US,CS.70).gif ShipmentTotal Gets or sets the total shipping cost for the current shipment.
Aa154671.pubproperty(en-US,CS.70).gif ShipmentTrackingNumber Gets or sets a value that uniquely identifies a shipment.
Aa154671.pubproperty(en-US,CS.70).gif ShippingAddressId Gets or sets the shipping address identifier associated with the current shipment.
Aa154671.pubproperty(en-US,CS.70).gif ShippingDiscountAmount Gets or sets the shipping discount amount.
Aa154671.pubproperty(en-US,CS.70).gif ShippingDiscounts Gets the collection of shipping discounts applied to the current shipment.
Aa154671.pubproperty(en-US,CS.70).gif ShippingMethodId Gets or sets the shipping method identifier associated with the current shipment.
Aa154671.pubproperty(en-US,CS.70).gif ShippingMethodName Gets or sets the name of the shipping method associated with the current shipment.
Aa154671.pubproperty(en-US,CS.70).gif Status Gets or sets the status of the current shipment.
Aa154671.pubproperty(en-US,CS.70).gif StorageLoadInProgress Gets a value indicating whether a storage load is in progress. (Inherited from MappedStorageBase.)

Top

See Also

Reference

Shipment Class

Microsoft.CommerceServer.Runtime.Orders Namespace