OrderGroup Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents an order in a Commerce Server application.
The OrderGroup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OrderGroup | Overloaded. Initializes a new instance of the OrderGroup class. |
Top
Methods
Name | Description | |
---|---|---|
CheckState | Verifies that the current order group instance has not already been disposed. | |
Clear | Clears the contents of the current order group instance. | |
Equals | Returns a value that determines if the order group ID of the specified order group is equal to the order group ID of the current instance. (Overrides Object..::.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
FromXml | Creates an order group from an XML stream. | |
GetEnumerator | Returns an enumerator that can be used to enumerate over all of the strongly-typed and non-strongly-typed properties exposed by the current order group instance. | |
GetHashCode | Computes a hash code for the current instance using the values of order group ID. (Overrides Object..::.GetHashCode()()().) | |
GetObjectData | Populates the SerializationInfo with the data needed to serialize the OrderGroup. | |
GetType | (Inherited from Object.) | |
GetXml | Gets the XML representation of the current instance. | |
LoadedFromStorage | Called after the entire class graph is loaded from mapped storage to allow custom post-load marshaling. (Inherited from MappedStorageBase.) | |
MemberwiseClone | (Inherited from Object.) | |
RunPipeline | Overloaded. Executes the stages of the specified pipeline. | |
Save | Saves the current order group instance to the underlying data stores. | |
SavedToStorage | Called after saving a mapped class instance to storage to allow custom post-save marshaling. (Inherited from MappedStorageBase.) | |
SavingToStorage | Called prior to saving a mapped class instance to storage to allow custom pre-save marshaling. (Inherited from MappedStorageBase.) | |
SetBillingAddress | Modifies the billing address for every order form in the order group instance. | |
SetChildDirty | Overloaded. Called by child class instances when a change occurs to child data members that are mapped to SQL data 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 | Called whenever the current order group is associated with a new order group. (Overrides MappedStorageBase..::.SetParent(Object).) | |
SetPropertyOnOrderForms | Sets the value of the specified weakly-typed property on every order form in the current order group. | |
SetShippingAddress | Modifies the specified shipping address for every order form in the current order group. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Addresses | Gets the collection of order addresses for the current order. | |
BillingCurrency | Gets or sets the billing currency. | |
Created | Gets the creation time of the order. | |
HandlingTotal | Gets the total handling charge for the current order. | |
IsDirty | Gets or sets a value indicating whether this instance of OrderGroup has been modified since it was loaded from the database. | |
IsEmpty | Gets a value that indicates whether the line item count is zero. | |
Item | Gets or sets a weakly-typed custom property name for an order instance. | |
LastModified | Gets the last-modified date for the current order. | |
LineItemCount | Gets the current count of line items. | |
ModifiedBy | Gets or sets the identity of the user who last modified the current order. | |
Name | Gets or sets the name of the order group. | |
OrderForms | Gets the order form collection for the current order. | |
OrderGroupId | Gets the order group ID. | |
ShippingTotal | Gets the total shipping charges associated with the current instance, after all applicable shipping discounts have been applied | |
SoldToAddressId | Gets or sets the shopper address ID. | |
SoldToId | Gets the user identifier of the shopper. | |
SoldToName | Gets or sets the name of the customer placing the order. | |
Status | Gets or sets the status of the current order group. | |
StatusCode | Gets a status code that indicates the derived type of the current instance. | |
StorageLoadInProgress | Gets a value indicating whether a storage load is in progress. (Inherited from MappedStorageBase.) | |
SubTotal | Gets the sub total amount for the current order. | |
TaxTotal | Gets the total tax associated with the current order. | |
Total | Gets the sum total of sub total, shipping, handling and taxes for the current order. | |
TrackingNumber | Gets or sets a string value that uniquely identifies a placed purchase order. |
Top