OrderForm Properties

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

The OrderForm type exposes the following members.

Properties

  Name Description
Aa153644.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.
Aa153644.pubproperty(en-US,CS.70).gif Created Gets the creation time, local time, of the order form.
Aa153644.pubproperty(en-US,CS.70).gif HandlingTotal Gets or sets the total handling charges associated with the current instance.
Aa153644.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.
Aa153644.pubproperty(en-US,CS.70).gif LastModified Gets the time the order form was last modified in the local time of the web server.
Aa153644.pubproperty(en-US,CS.70).gif LineItems Gets the line item collection associated with the current order form.
Aa153644.pubproperty(en-US,CS.70).gif ModifiedBy Gets or sets the identity that last modified the current order form.
Aa153644.pubproperty(en-US,CS.70).gif Name Gets or sets the name of the order form.
Aa153644.pubproperty(en-US,CS.70).gif OrderFormId Gets a system-generated value that uniquely identifies the order form within the order capture system.
Aa153644.pubproperty(en-US,CS.70).gif OrderGroupId Gets the identifier of the parent OrderGroup class instance containing the current OrderForm instance.
Aa153644.pubproperty(en-US,CS.70).gif ParentOrderGroup Gets the OrderGroup instance containing the current order form.
Aa153644.pubproperty(en-US,CS.70).gif Payments Gets the payment collection for the current order.
Aa153644.pubproperty(en-US,CS.70).gif PromoCodeRecords Gets the marketing promotion code records collection associated with the current OrderForm instance.
Aa153644.pubproperty(en-US,CS.70).gif PromoCodes Gets one or more marketing system promotion codes entered by a customer.
Aa153644.pubproperty(en-US,CS.70).gif PromoUserIdentity Gets or sets a value used to support private promo codes with a customer identity.
Aa153644.pubproperty(en-US,CS.70).gif Shipments Gets the shipment collection associated with the current instance.
Aa153644.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.
Aa153644.pubproperty(en-US,CS.70).gif Status Gets or sets the status of the current OrderForm instance.
Aa153644.pubproperty(en-US,CS.70).gif StorageLoadInProgress Gets a value indicating whether a storage load is in progress. (Inherited from MappedStorageBase.)
Aa153644.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.
Aa153644.pubproperty(en-US,CS.70).gif TaxTotal Gets or sets the total tax associated with the current OrderForm instance.
Aa153644.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