OrderAddressCollection Members

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Represents a collection of OrderAddress objects.

The OrderAddressCollection type exposes the following members.

Constructors

  Name Description
Aa153574.pubmethod(en-US,CS.70).gif OrderAddressCollection Initializes a new instance of the OrderAddressCollection class with the specified parent order group.

Top

Methods

  Name Description
Aa153574.pubmethod(en-US,CS.70).gif Add Add a specified OrderAddress to the end of the OrderAddressCollection.
Aa153574.pubmethod(en-US,CS.70).gif Clear Clears all the OrderAddress instances from the OrderAddressCollection.
Aa153574.pubmethod(en-US,CS.70).gif CopyTo Copies all the elements in the OrderAddressCollection to a compatible one-dimensional array starting at the specified index of the target array.
Aa153574.pubmethod(en-US,CS.70).gif Equals (Inherited from Object.)
Aa153574.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa153574.pubmethod(en-US,CS.70).gif GetEnumerator Returns an enumerator that can iterate through the current OrderAddressCollection.
Aa153574.pubmethod(en-US,CS.70).gif GetHashCode (Inherited from Object.)
Aa153574.pubmethod(en-US,CS.70).gif GetObjectData Populates a SerializationInfo with the data needed to serialize the current OrderAddressCollection.
Aa153574.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa153574.pubmethod(en-US,CS.70).gif IndexOf Overloaded. Returns the index of the OrderAddress with the specified identifier.
Aa153574.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa153574.pubmethod(en-US,CS.70).gif Remove Overloaded. Removes the specified OrderAddress from the collection.
Aa153574.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

Properties

  Name Description
Aa153574.pubproperty(en-US,CS.70).gif Count Gets the count of the number of elements in the OrderAddressCollection collection.
Aa153574.pubproperty(en-US,CS.70).gif IsSynchronized Gets a value indicating whether access to the current OrderAddressCollection is synchronized (thread-safe).
Aa153574.pubproperty(en-US,CS.70).gif Item Overloaded. Gets the OrderAddress object from the current collection, based upon the specified criteria.
Aa153574.pubproperty(en-US,CS.70).gif ParentOrderGroup Gets the order group to which the current order address collection belongs.
Aa153574.pubproperty(en-US,CS.70).gif SyncRoot Gets the object used to synchronize access to the current OrderAddressCollection.

Top

Explicit Interface Implementations

  Name Description
Aa153574.pubinterface(en-US,CS.70).gifAa153574.privmethod(en-US,CS.70).gif ICollection..::.CopyTo

Top

See Also

Reference

OrderAddressCollection Class

Microsoft.CommerceServer.Runtime.Orders Namespace