Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Shipment | Overloaded. Initializes a new instance of the Shipment class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
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).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator that can enumerate over all weakly-typed properties of the current shipment. |
![]() |
GetHashCode | Returns a hash code for the current shipment, based on the order form ID and shipment ID. (Overrides Object..::.GetHashCode()()().) |
![]() |
GetObjectData | Populates the SerializationInfo with the data needed to serialize the Shipment. |
![]() |
GetType | (Inherited from Object.) |
![]() |
LoadedFromStorage | Called after an entire purchase order class graph is loaded from mapped storage to allow custom post-load marshaling. (Overrides MappedStorageBase..::.LoadedFromStorage(Object).) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SavedToStorage | Called after saving the current shipment to the database to allow custom post-save marshaling. (Overrides MappedStorageBase..::.SavedToStorage()()().) |
![]() |
SavingToStorage | Called prior to saving the current shipment to the database to allow custom pre-save marshaling. (Overrides MappedStorageBase..::.SavingToStorage()()().) |
![]() |
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. |
![]() |
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).) |
![]() |
SetParent | Updates parent and grandparent object references of a child class instance. (Overrides MappedStorageBase..::.SetParent(Object).) |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Item | Gets or sets a weakly-typed custom property name for a shipment instance. |
![]() |
LineItemIndexes | Gets a collection of indexes of the line items associated with the current shipment. |
![]() |
OrderFormId | Gets the order form identifier of the parent order form that contains the current shipment. |
![]() |
OrderGroupId | Gets the identifier of the grandparent order group to which the current shipment belongs. |
![]() |
ParentOrderForm | Gets the parent order form for which the current instance belongs. |
![]() |
ShipmentId | Gets a system-generated value that uniquely identifies the shipment within a shipment collection. |
![]() |
ShipmentTotal | Gets or sets the total shipping cost for the current shipment. |
![]() |
ShipmentTrackingNumber | Gets or sets a value that uniquely identifies a shipment. |
![]() |
ShippingAddressId | Gets or sets the shipping address identifier associated with the current shipment. |
![]() |
ShippingDiscountAmount | Gets or sets the shipping discount amount. |
![]() |
ShippingDiscounts | Gets the collection of shipping discounts applied to the current shipment. |
![]() |
ShippingMethodId | Gets or sets the shipping method identifier associated with the current shipment. |
![]() |
ShippingMethodName | Gets or sets the name of the shipping method associated with the current shipment. |
![]() |
Status | Gets or sets the status of the current shipment. |
![]() |
StorageLoadInProgress | Gets a value indicating whether a storage load is in progress. (Inherited from MappedStorageBase.) |
Top