OrderFormCollection Class (BCL)

Encapsulates the collection of order forms on an order group object.

System.Object
**** Microsoft.CommerceServer.Runtime.Orders.OrderFormCollection

Public Instance Methods

Method Description
Add(OrderForm) Adds the specified order form to the collection.
Clear Purges all the order forms from the collection.
CopyTo(Array, Int32) Copies the elements of this collection into the specified array.
GetEnumerator Retrieves an enumerator on this collection.
Remove(OrderForm) Removes the specified order form from the collection.
Remove(String) Removes the specified order form from the collection.

 

Public Instance Properties

Property Description
Count Gets the number of elements contained in the collection.
IsSynchronized Gets a value indicating whether access to the collection is synchronized. This implementation always returns a value of False.
Item(Int32) Retrieves the specified order form from the collection.
Item(String) Retrieves the specified order form from the collection.
ParentOrderGroup Retrieves the order group owning this order form.
SyncRoot Gets an object that can be used to synchronize access to the collection. This implementation always returns the current instance of the OrderFormCollection object.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.