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. |