Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
OrderAddressCollection | Initializes a new instance of the OrderAddressCollection class with the specified parent order group. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Add a specified OrderAddress to the end of the OrderAddressCollection. |
![]() |
Clear | Clears all the OrderAddress instances from the OrderAddressCollection. |
![]() |
CopyTo | Copies all the elements in the OrderAddressCollection to a compatible one-dimensional array starting at the specified index of the target array. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator that can iterate through the current OrderAddressCollection. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the current OrderAddressCollection. |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | Overloaded. Returns the index of the OrderAddress with the specified identifier. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | Overloaded. Removes the specified OrderAddress from the collection. |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the count of the number of elements in the OrderAddressCollection collection. |
![]() |
IsSynchronized | Gets a value indicating whether access to the current OrderAddressCollection is synchronized (thread-safe). |
![]() |
Item | Overloaded. Gets the OrderAddress object from the current collection, based upon the specified criteria. |
![]() |
ParentOrderGroup | Gets the order group to which the current order address collection belongs. |
![]() |
SyncRoot | Gets the object used to synchronize access to the current OrderAddressCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICollection..::.CopyTo |
Top