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: 11.0.0
Syntax
C#
public interface IAddress : ISimpleDataContainer

The IAddress type exposes the following members.

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.
Public propertyItem
Gets or sets the value of the column.
(Inherited from ISimpleDataContainer.)
Top
Methods
  NameDescription
Public methodDeleteAddress
Deletes the address object using appropriate provider.
Public methodGetValue
Returns value of column.
(Inherited from ISimpleDataContainer.)
Public methodSetAddress
Updates the address object using appropriate provider.
Public methodSetValue
Sets value of column.
(Inherited from ISimpleDataContainer.)
Top
Extension Methods
  NameDescription
Public Extension MethodCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.)
Top
See Also