Share via


OrderAddress Constructor

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

Initializes a new instance of the OrderAddress class.

Overload List

  Name Description
Aa511817.pubmethod(en-US,CS.70).gif OrderAddress()()() Initializes a new instance of the OrderAddress class.
Aa511817.protmethod(en-US,CS.70).gif OrderAddress(SerializationInfo, StreamingContext) Initializes a new instance of OrderAddress using the specified serialization information and streaming context.
Aa511817.pubmethod(en-US,CS.70).gif OrderAddress(String, Profile) Initializes a new instance of the OrderAddress class using the specified address name and profile address information.
Aa511817.pubmethod(en-US,CS.70).gif OrderAddress(String, String) Initializes a new instance of the OrderAddress class using the specified address name and address ID.

Top

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.

See Also

Reference

OrderAddress Class

OrderAddress Members

Microsoft.CommerceServer.Runtime.Orders Namespace