OrderTemplate Methods

The OrderTemplate type exposes the following members.

Methods

  Name Description
Aa153715.protmethod(en-US,CS.90).gif CheckState Verifies that the current order group instance has not already been disposed. (Inherited from OrderGroup.)
Aa153715.pubmethod(en-US,CS.90).gif Clear Clears the contents of the current order group instance. (Inherited from OrderGroup.)
Aa153715.pubmethod(en-US,CS.90).gif ConvertToBasket Converts the current order template to a basket.
Aa153715.pubmethod(en-US,CS.90).gif Delete Deletes the current order template instance from the database.
Aa153715.pubmethod(en-US,CS.90).gif 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. (Inherited from OrderGroup.)
Aa153715.protmethod(en-US,CS.90).gif Finalize (Inherited from Object.)
Aa153715.pubmethod(en-US,CS.90).gif 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. (Inherited from OrderGroup.)
Aa153715.pubmethod(en-US,CS.90).gif GetHashCode Computes a hash code for the current instance using the values of order group ID. (Inherited from OrderGroup.)
Aa153715.pubmethod(en-US,CS.90).gif GetObjectData Populates the SerializationInfo with the data needed to serialize the OrderTemplate. (Overrides OrderGroup..::.GetObjectData(SerializationInfo, StreamingContext).)
Aa153715.pubmethod(en-US,CS.90).gif GetType (Inherited from Object.)
Aa153715.pubmethod(en-US,CS.90).gif GetXml Gets the XML representation of the current instance. (Inherited from OrderGroup.)
Aa153715.pubmethod(en-US,CS.90).gif LoadedFromStorage Called after the entire class graph is loaded from mapped storage to allow custom post-load marshaling. (Inherited from MappedStorageBase.)
Aa153715.protmethod(en-US,CS.90).gif MemberwiseClone (Inherited from Object.)
Aa153715.pubmethod(en-US,CS.90).gif RunPipeline Overloaded.
Aa153715.pubmethod(en-US,CS.90).gif Save Overloaded. Saves the current order template instance to the underlying database, optionally with a specified name.
Aa153715.pubmethod(en-US,CS.90).gif SavedToStorage Called after saving a mapped class instance to storage to allow custom post-save marshaling. (Inherited from MappedStorageBase.)
Aa153715.pubmethod(en-US,CS.90).gif SavingToStorage Called prior to saving a mapped class instance to storage to allow custom pre-save marshaling. (Inherited from MappedStorageBase.)
Aa153715.pubmethod(en-US,CS.90).gif SetBillingAddress Modifies the billing address for every order form in the order group instance. (Inherited from OrderGroup.)
Aa153715.pubmethod(en-US,CS.90).gif SetChildDirty Overloaded.
Aa153715.pubmethod(en-US,CS.90).gif SetDirty Called by local class property set accessors when a change occurs to data members that are mapped to SQL storage. (Inherited from OrderGroup.)
Aa153715.pubmethod(en-US,CS.90).gif SetParent Called whenever the current order group is associated with a new order group. (Inherited from OrderGroup.)
Aa153715.pubmethod(en-US,CS.90).gif SetPropertyOnOrderForms Sets the value of the specified weakly-typed property on every order form in the current order group. (Inherited from OrderGroup.)
Aa153715.pubmethod(en-US,CS.90).gif SetShippingAddress Modifies the specified shipping address for every order form in the current order group. (Inherited from OrderGroup.)
Aa153715.pubmethod(en-US,CS.90).gif ToString (Inherited from Object.)

Top

See Also

Reference

OrderTemplate Class

Microsoft.CommerceServer.Runtime.Orders Namespace