Interface INameAddressEntity

Basic name/address entity interface

public abstract interface INameAddressEntity

Interface Members

MemberDescription
GetFormattedAddress This method returns a well formatted address string, based on the country
public string GetFormattedAddress();

public string GetFormattedAddress( bool includeName );

GetHtmlFormattedAddress This method returns a well formatted address string (HTML), based on the country
public string GetHtmlFormattedAddress();

public string GetHtmlFormattedAddress( bool includeName );

AddressCompany Address company name (optional)
AddressId Address primary key
AddressName Address name (optional)
City City
Country Instantiates and returns a new country entity
CountryID Foreign key for assigned country
State State (where applicable)
Street Street (Address 1)
Street2 Street 2 (Address 2)
Street3 Street 3 (Address 3)
Type Gets or sets the address type.
TypeStrong Gets or sets the address type (strongly typed)
Zip ZIP or Postal Code (where applicable)

Requirements

Namespace: EPS.Business.Names
Assembly: NAMEBUSINESSOBJECT.DLL


  Last Updated: 5/23/2007 | © , 2007