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 | |
---|---|---|
OrderForm | Overloaded. Initializes a new instance of the OrderForm class. |
Top
Methods
Name | Description | |
---|---|---|
Clear | Clears the state of the current OrderForm instance. | |
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).) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that is used to enumerate over all the weakly-typed properties of the current instance. | |
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()()().) | |
GetObjectData | Populates the SerializationInfo with the data needed to serialize the OrderForm. | |
GetType | (Inherited from Object.) | |
LoadedFromStorage | Called after a purchase order object is loaded from the data store to allow custom post-load marshaling. (Overrides MappedStorageBase..::.LoadedFromStorage(Object).) | |
MemberwiseClone | (Inherited from Object.) | |
SavedToStorage | Called after saving the current OrderForm instance to the data store to allow custom post-save marshaling. (Overrides MappedStorageBase..::.SavedToStorage()()().) | |
SavingToStorage | Called prior to saving this instance to the data store to allow custom pre-save marshaling. (Overrides MappedStorageBase..::.SavingToStorage()()().) | |
SetBillingAddress | Modifies the billing address for every payment in the order form instance. | |
SetChildDirty | Overloaded. Called by child class instances when a change occurs to child data members that are mapped to SQL storage. | |
SetDirty | Indicates that a change has occurred to data members that are mapped to SQL Server storage. (Overrides MappedStorageBase..::.SetDirty(Object).) | |
SetParent | Called whenever the current instance is associated with a different order group. (Overrides MappedStorageBase..::.SetParent(Object).) | |
SetShippingAddress | Sets the specified shipping address for all the line items contained within the current instance. | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
DefaultOrderFormName | Contains a constant used to reference the OrderForm. |
Top
Properties
Name | Description | |
---|---|---|
BillingAddressId | Obsolete. (Obsolete) Use BillingAddressId instead. Gets or sets the billing address identifier associated with the current OrderForm instance. | |
Created | Gets the creation time, local time, of the order form. | |
HandlingTotal | Gets or sets the total handling charges associated with the current instance. | |
Item | Gets or sets the weakly-typed name for the current order form. In C#, this property is the indexer for the OrderForm class. | |
LastModified | Gets the time the order form was last modified in the local time of the web server. | |
LineItems | Gets the line item collection associated with the current order form. | |
ModifiedBy | Gets or sets the identity that last modified the current order form. | |
Name | Gets or sets the name of the order form. | |
OrderFormId | Gets a system-generated value that uniquely identifies the order form within the order capture system. | |
OrderGroupId | Gets the identifier of the parent OrderGroup class instance containing the current OrderForm instance. | |
ParentOrderGroup | Gets the OrderGroup instance containing the current order form. | |
Payments | Gets the payment collection for the current order. | |
PromoCodeRecords | Gets the marketing promotion code records collection associated with the current OrderForm instance. | |
PromoCodes | Gets one or more marketing system promotion codes entered by a customer. | |
PromoUserIdentity | Gets or sets a value used to support private promo codes with a customer identity. | |
Shipments | Gets the shipment collection associated with the current instance. | |
ShippingTotal | Gets or sets the total shipping charges associated with the current instance, after all applicable shipping discounts have been applied. | |
Status | Gets or sets the status of the current OrderForm instance. | |
StorageLoadInProgress | Gets a value indicating whether a storage load is in progress. (Inherited from MappedStorageBase.) | |
SubTotal | Gets or sets the sub total of the extended price values for all line items in the current instance. | |
TaxTotal | Gets or sets the total tax associated with the current OrderForm instance. | |
Total | Gets or sets the sum total of sub total, shipping, handling and taxes for the current OrderForm instance. |
Top