| Member | Description |
|---|---|
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) |