| Member | Description |
|---|---|
Constructor |
Constructor |
GetBusinessObject |
Returns a business object public virtual IBusinessObject GetBusinessObject(); |
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) |
AddressName |
Address name (optional) |
City |
City |
Country |
Instantiates and returns a new country entity |
CountryID |
Foreign key for assigned country |
FullAddress |
Gets or sets (parses) the complete address |
State |
State (where applicable) |
Street |
Street (Address 1) |
Street2 |
Street 2 (Address 2) |
Street3 |
Street 3 (Address 3) |
Zip |
ZIP or Postal Code (where applicable) |