IAddress Interface |
Namespace: SuperOffice.COM.Application
The IAddress type exposes the following members.
Name | Description | |
---|---|---|
![]() | Address1 | Address line 1 |
![]() | Address2 | Address line 2 |
![]() | Address3 | Address line 3 |
![]() | AddressId | AddressId - primary key of the address record. |
![]() | City | City |
![]() | CountryId | The Country id of the address owner (the contact or person object) |
![]() | County | County |
![]() | FormattedAddress | Returns the Address as a formatted string, according to the address layout for the country. |
![]() | State | State abbrev |
![]() | Type | Address Type (1=postal, 2=street, 3=personal) |
![]() | TypeIdx | TypeIdx - Address Type (1=postal, 2=street, 3=personal) |
![]() | ValidFrom | The address is valid from this date |
![]() | ValidTo | The address is valid to this date |
![]() | ZipCode | ZipCode or postal code |