OrderAddress Class

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

Contains an address associated with an order group.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class OrderAddress _
    Inherits MappedStorageBase _
    Implements IEnumerable, ISerializable
'Usage
Dim instance As OrderAddress
[SerializableAttribute]
public class OrderAddress : MappedStorageBase, IEnumerable, 
    ISerializable
[SerializableAttribute]
public ref class OrderAddress : public MappedStorageBase, 
    IEnumerable, ISerializable
public class OrderAddress extends MappedStorageBase implements IEnumerable, ISerializable

Remarks

OrderAddress represents an address associated with the OrderGroup. Order addresses are uniquely identified by the address ID but they can also be tagged with a user friendly name. Order addresses are created as stand alone entities, then are added to an OrderAddressCollection.

All properties and methods of the OrderAddress, unless noted in the documentation, will behave the same whether or not the order address has been added to the order address collection.

OrderAddress implements IEnumerable to allow for enumeration over all weakly-typed properties in the order address.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime..::.MappedStorageBase
    Microsoft.CommerceServer.Runtime.Orders..::.OrderAddress

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OrderAddress Members

Microsoft.CommerceServer.Runtime.Orders Namespace