OrderForm Members

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

Manages customers order forms.

The OrderForm type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Aa153638.pubmethod(en-US,CS.70).gif Clear Clears the state of the current OrderForm instance.
Aa153638.pubmethod(en-US,CS.70).gif Equals Returns a value that indicates whether the specified order form has the same order group identifier and order form identifier as the current instance. (Overrides Object..::.Equals(Object).)
Aa153638.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa153638.pubmethod(en-US,CS.70).gif GetEnumerator Returns an enumerator that is used to enumerate over all the weakly-typed properties of the current instance.
Aa153638.pubmethod(en-US,CS.70).gif GetHashCode Computes a hash code for the current instance using the values of the order group and order form IDs of the parent order group. (Overrides Object..::.GetHashCode()()().)
Aa153638.pubmethod(en-US,CS.70).gif GetObjectData Populates the SerializationInfo with the data needed to serialize the OrderForm.
Aa153638.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa153638.pubmethod(en-US,CS.70).gif LoadedFromStorage Called after a purchase order object is loaded from the data store to allow custom post-load marshaling. (Overrides MappedStorageBase..::.LoadedFromStorage(Object).)
Aa153638.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa153638.pubmethod(en-US,CS.70).gif SavedToStorage Called after saving the current OrderForm instance to the data store to allow custom post-save marshaling. (Overrides MappedStorageBase..::.SavedToStorage()()().)
Aa153638.pubmethod(en-US,CS.70).gif SavingToStorage Called prior to saving this instance to the data store to allow custom pre-save marshaling. (Overrides MappedStorageBase..::.SavingToStorage()()().)
Aa153638.pubmethod(en-US,CS.70).gif SetBillingAddress Modifies the billing address for every payment in the order form instance.
Aa153638.pubmethod(en-US,CS.70).gif SetChildDirty Overloaded. Called by child class instances when a change occurs to child data members that are mapped to SQL storage.
Aa153638.pubmethod(en-US,CS.70).gif SetDirty Indicates that a change has occurred to data members that are mapped to SQL Server storage. (Overrides MappedStorageBase..::.SetDirty(Object).)
Aa153638.pubmethod(en-US,CS.70).gif SetParent Called whenever the current instance is associated with a different order group. (Overrides MappedStorageBase..::.SetParent(Object).)
Aa153638.pubmethod(en-US,CS.70).gif SetShippingAddress Sets the specified shipping address for all the line items contained within the current instance.
Aa153638.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

Fields

  Name Description
Aa153638.pubfield(en-US,CS.70).gifAa153638.static(en-US,CS.70).gif DefaultOrderFormName Contains a constant used to reference the OrderForm.

Top

Properties

  Name Description
Aa153638.pubproperty(en-US,CS.70).gif BillingAddressId Obsolete. (Obsolete) Use BillingAddressId instead. Gets or sets the billing address identifier associated with the current OrderForm instance.
Aa153638.pubproperty(en-US,CS.70).gif Created Gets the creation time, local time, of the order form.
Aa153638.pubproperty(en-US,CS.70).gif HandlingTotal Gets or sets the total handling charges associated with the current instance.
Aa153638.pubproperty(en-US,CS.70).gif Item Gets or sets the weakly-typed name for the current order form. In C#, this property is the indexer for the OrderForm class.
Aa153638.pubproperty(en-US,CS.70).gif LastModified Gets the time the order form was last modified in the local time of the web server.
Aa153638.pubproperty(en-US,CS.70).gif LineItems Gets the line item collection associated with the current order form.
Aa153638.pubproperty(en-US,CS.70).gif ModifiedBy Gets or sets the identity that last modified the current order form.
Aa153638.pubproperty(en-US,CS.70).gif Name Gets or sets the name of the order form.
Aa153638.pubproperty(en-US,CS.70).gif OrderFormId Gets a system-generated value that uniquely identifies the order form within the order capture system.
Aa153638.pubproperty(en-US,CS.70).gif OrderGroupId Gets the identifier of the parent OrderGroup class instance containing the current OrderForm instance.
Aa153638.pubproperty(en-US,CS.70).gif ParentOrderGroup Gets the OrderGroup instance containing the current order form.
Aa153638.pubproperty(en-US,CS.70).gif Payments Gets the payment collection for the current order.
Aa153638.pubproperty(en-US,CS.70).gif PromoCodeRecords Gets the marketing promotion code records collection associated with the current OrderForm instance.
Aa153638.pubproperty(en-US,CS.70).gif PromoCodes Gets one or more marketing system promotion codes entered by a customer.
Aa153638.pubproperty(en-US,CS.70).gif PromoUserIdentity Gets or sets a value used to support private promo codes with a customer identity.
Aa153638.pubproperty(en-US,CS.70).gif Shipments Gets the shipment collection associated with the current instance.
Aa153638.pubproperty(en-US,CS.70).gif ShippingTotal Gets or sets the total shipping charges associated with the current instance, after all applicable shipping discounts have been applied.
Aa153638.pubproperty(en-US,CS.70).gif Status Gets or sets the status of the current OrderForm instance.
Aa153638.pubproperty(en-US,CS.70).gif StorageLoadInProgress Gets a value indicating whether a storage load is in progress. (Inherited from MappedStorageBase.)
Aa153638.pubproperty(en-US,CS.70).gif SubTotal Gets or sets the sub total of the extended price values for all line items in the current instance.
Aa153638.pubproperty(en-US,CS.70).gif TaxTotal Gets or sets the total tax associated with the current OrderForm instance.
Aa153638.pubproperty(en-US,CS.70).gif Total Gets or sets the sum total of sub total, shipping, handling and taxes for the current OrderForm instance.

Top

See Also

Reference

OrderForm Class

Microsoft.CommerceServer.Runtime.Orders Namespace