Share via


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
Aa153579.pubmethod(en-US,CS.70).gif OrderAddress Overloaded. Initializes a new instance of the OrderAddress class.

Top

Methods

  Name Description
Aa153579.pubmethod(en-US,CS.70).gif Equals Returns a value indicating whether the specified address has the same order address ID of the current instance (Overrides Object..::.Equals(Object).)
Aa153579.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa153579.pubmethod(en-US,CS.70).gif GetEnumerator Returns an enumerator that can be used to enumerate over all the weakly-typed properties of the current line item instance.
Aa153579.pubmethod(en-US,CS.70).gif GetHashCode Computes the hash code for the current instance based on the order address ID. (Overrides Object..::.GetHashCode()()().)
Aa153579.pubmethod(en-US,CS.70).gif GetObjectData Populates the SerializationInfo with the data needed to serialize the OrderAddress.
Aa153579.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa153579.pubmethod(en-US,CS.70).gif LoadedFromStorage Called after the entire class graph is loaded from mapped storage to allow custom post-load marshaling. (Inherited from MappedStorageBase.)
Aa153579.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa153579.pubmethod(en-US,CS.70).gif SavedToStorage Called after saving a mapped class instance to storage to allow custom post-save marshaling. (Inherited from MappedStorageBase.)
Aa153579.pubmethod(en-US,CS.70).gif SavingToStorage Called prior to saving a mapped class instance to storage to allow custom pre-save marshaling. (Inherited from MappedStorageBase.)
Aa153579.pubmethod(en-US,CS.70).gif SetChildDirty Overloaded. Called by child class instances when a change occurs to child data members that are mapped to SQL storage.
Aa153579.pubmethod(en-US,CS.70).gif SetDirty Indicates that a change has occurred to data members that are mapped to SQL Server storage. (Overrides MappedStorageBase..::.SetDirty(Object).)
Aa153579.pubmethod(en-US,CS.70).gif SetParent Called whenever the current address is associated with a new order group. (Overrides MappedStorageBase..::.SetParent(Object).)
Aa153579.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

Properties

  Name Description
Aa153579.pubproperty(en-US,CS.70).gif City Gets or sets the city associated with an address.
Aa153579.pubproperty(en-US,CS.70).gif CountryCode Gets or sets the country/region associated with the address.
Aa153579.pubproperty(en-US,CS.70).gif CountryName Gets or sets the country/region name associated with the address.
Aa153579.pubproperty(en-US,CS.70).gif DaytimePhoneNumber Gets or sets the daytime telephone number associated with the address.
Aa153579.pubproperty(en-US,CS.70).gif Email Gets or sets the e-mail address associated with the current address.
Aa153579.pubproperty(en-US,CS.70).gif EveningPhoneNumber Gets or sets the evening telephone number associated with the address.
Aa153579.pubproperty(en-US,CS.70).gif FaxNumber Gets or sets the fax number associated with the current address.
Aa153579.pubproperty(en-US,CS.70).gif FirstName Gets or sets the first name of the user for the current instance.
Aa153579.pubproperty(en-US,CS.70).gif Item Gets or sets weakly-typed property storage for an order address instance.
Aa153579.pubproperty(en-US,CS.70).gif LastName Gets or sets the last name of the user for the current instance.
Aa153579.pubproperty(en-US,CS.70).gif Line1 Gets or sets the first line of an address.
Aa153579.pubproperty(en-US,CS.70).gif Line2 Gets or sets the second line of an address.
Aa153579.pubproperty(en-US,CS.70).gif Name Gets or sets the name of the current instance.
Aa153579.pubproperty(en-US,CS.70).gif OrderAddressId Gets a unique identifier for the current instance within an order group.
Aa153579.pubproperty(en-US,CS.70).gif OrderGroupId Gets the order group identifier of the order group to which the current OrderAddress belongs.
Aa153579.pubproperty(en-US,CS.70).gif Organization Gets or sets the associated organization of the user for the current instance.
Aa153579.pubproperty(en-US,CS.70).gif ParentOrderGroup Gets the order group to which the current address belongs.
Aa153579.pubproperty(en-US,CS.70).gif PostalCode Gets or sets the postal code associated with an address.
Aa153579.pubproperty(en-US,CS.70).gif RegionCode Gets or sets the region code associated with the address.
Aa153579.pubproperty(en-US,CS.70).gif RegionName Gets or sets the region name associated with the address.
Aa153579.pubproperty(en-US,CS.70).gif State Gets or sets the State/Province associated with an address.
Aa153579.pubproperty(en-US,CS.70).gif StorageLoadInProgress Gets a value indicating whether a storage load is in progress. (Inherited from MappedStorageBase.)

Top

See Also

Reference

OrderAddress Class

Microsoft.CommerceServer.Runtime.Orders Namespace