Click or drag to resize
IAddress Interface
Address interface used to encapsulate OrderAddressInfo and Customer's AddressInfo

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public interface IAddress

The IAddress type exposes the following members.

Methods
  NameDescription
Public methodDeleteAddress
Deletes the address object using appropriate provider.
Public methodSetAddress
Updates the address object using appropriate provider.
Top
Extension Methods
  NameDescription
Public Extension MethodGetCountryThreeLetterCode
Returns three-letter country code for country specified by AddressCountryID property.
(Defined by IAddressExtensions.)
Public Extension MethodGetCountryTwoLetterCode
Returns two-letter country code for country specified by AddressCountryID property.
(Defined by IAddressExtensions.)
Public Extension MethodGetStateCode
Returns state code for state specified by AddressStateID property.
(Defined by IAddressExtensions.)
Top
Properties
  NameDescription
Public propertyAddressCity
Address city.
Public propertyAddressCountryID
Address country ID.
Public propertyAddressGUID
Address GUID.
Public propertyAddressID
Address ID.
Public propertyAddressLastModified
Date and time when the address was last modified.
Public propertyAddressLine1
Address line 1.
Public propertyAddressLine2
Address line 2.
Public propertyAddressPersonalName
Address personal name.
Public propertyAddressPhone
Address phone.
Public propertyAddressStateID
Address state ID.
Public propertyAddressZip
Address ZIP code.
Top
See Also