OrderAddressCollection Class (BCL)

Collection of addresses associated with an order form.

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

Public Instance Methods

Method Description
Add(OrderAddress) Adds the specified order address to the collection.
CopyTo(Array, Int32) Copies the elements of this collection into the specified array.
GetEnumerator Retrieves an enumerator on this 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(String) Retrieves an order address by address ID.
SyncRoot Gets an object that can be used to synchronize access to the collection. This implementation always returns the current instance of OrderAddressCollection.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.