Previous in Contents Next in Contents

IOrderForm Interface

The IOrderForm interface, which is implemented by the OrderForm object, consists of a set of SimpleList and Dictionary objects that are designed to contain a detailed summary of purchase and shopper information. Internally, the OrderForm object implements both ISimpleList and IDictionary.

The IOrderForm interface supports the following methods:

Method Description
AddItem Adds an item to the OrderForm's Items list.
ClearItems Clears the OrderForm's Items list.
ClearOrderForm Clears the OrderForm Dictionary.


© 1997-2000 Microsoft Corporation. All rights reserved.