OrderAddress Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Contains an address associated with an order group.
The OrderAddress type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OrderAddress | Overloaded. Initializes a new instance of the OrderAddress class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Returns a value indicating whether the specified address has the same order address ID of the current instance (Overrides Object..::.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can be used to enumerate over all the weakly-typed properties of the current line item instance. | |
GetHashCode | Computes the hash code for the current instance based on the order address ID. (Overrides Object..::.GetHashCode()()().) | |
GetObjectData | Populates the SerializationInfo with the data needed to serialize the OrderAddress. | |
GetType | (Inherited from Object.) | |
LoadedFromStorage | Called after the entire class graph is loaded from mapped storage to allow custom post-load marshaling. (Inherited from MappedStorageBase.) | |
MemberwiseClone | (Inherited from Object.) | |
SavedToStorage | Called after saving a mapped class instance to storage to allow custom post-save marshaling. (Inherited from MappedStorageBase.) | |
SavingToStorage | Called prior to saving a mapped class instance to storage to allow custom pre-save marshaling. (Inherited from MappedStorageBase.) | |
SetChildDirty | Overloaded. Called by child class instances when a change occurs to child data members that are mapped to SQL storage. | |
SetDirty | Indicates that a change has occurred to data members that are mapped to SQL Server storage. (Overrides MappedStorageBase..::.SetDirty(Object).) | |
SetParent | Called whenever the current address is associated with a new order group. (Overrides MappedStorageBase..::.SetParent(Object).) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
City | Gets or sets the city associated with an address. | |
CountryCode | Gets or sets the country/region associated with the address. | |
CountryName | Gets or sets the country/region name associated with the address. | |
DaytimePhoneNumber | Gets or sets the daytime telephone number associated with the address. | |
Gets or sets the e-mail address associated with the current address. | ||
EveningPhoneNumber | Gets or sets the evening telephone number associated with the address. | |
FaxNumber | Gets or sets the fax number associated with the current address. | |
FirstName | Gets or sets the first name of the user for the current instance. | |
Item | Gets or sets weakly-typed property storage for an order address instance. | |
LastName | Gets or sets the last name of the user for the current instance. | |
Line1 | Gets or sets the first line of an address. | |
Line2 | Gets or sets the second line of an address. | |
Name | Gets or sets the name of the current instance. | |
OrderAddressId | Gets a unique identifier for the current instance within an order group. | |
OrderGroupId | Gets the order group identifier of the order group to which the current OrderAddress belongs. | |
Organization | Gets or sets the associated organization of the user for the current instance. | |
ParentOrderGroup | Gets the order group to which the current address belongs. | |
PostalCode | Gets or sets the postal code associated with an address. | |
RegionCode | Gets or sets the region code associated with the address. | |
RegionName | Gets or sets the region name associated with the address. | |
State | Gets or sets the State/Province associated with an address. | |
StorageLoadInProgress | Gets a value indicating whether a storage load is in progress. (Inherited from MappedStorageBase.) |
Top