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 | |
---|---|---|
OrderAddress()()() | Initializes a new instance of the OrderAddress class. | |
OrderAddress(SerializationInfo, StreamingContext) | Initializes a new instance of OrderAddress using the specified serialization information and streaming context. | |
OrderAddress(String, Profile) | Initializes a new instance of the OrderAddress class using the specified address name and profile address information. | |
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.