Skip to main content

Class Address

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for Address. Street and/or Postal address, in both formatted and structured forms. You only need to modify one of the two for the change to be registered.

Inheritance

objectCarrierAddress

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

Address()

Default constructor - defaults any enum props to 0.

Properties

Formatted

Read-only formatted address multi-line string. Combines street and postal into one string. e.g.: <c>“Postboks 123,\nBrugata 123,\n1234 OSLO\n”</c> or <c>“Postbox 123,\nBridgelane 123,\nWest Tooting,\nEast Shire ES2 W31\n”</c>.

Property Value

string

LocalizedAddress

LocalizedFieldArray is a list of LocalizedFieldList objects. Used to store localized information such as formatted address data.

Property Value

LocalizedField[][]

Postal

Postal address (company postal, billing address). LocalizedAddress changes override this property, so you do not have to change both Localized and this.

Property Value

StructuredAddress

Street

Street address (company street, person address, delivery address). LocalizedAddress changes override this property, so you do not have to change both Localized and this.

Property Value

StructuredAddress

Wgs84Latitude

Latitude (that’s north/south), decimal degrees, relative to WGS 84 ellipsoid. SuperOffice ASA is at 59.91892. This value needs no further grid reference or other qualifying information.

Property Value

double

Wgs84Longitude

Longitude (that’s East/west), decimal degrees, relative to WGS 84 ellipsoid. SuperOffice ASA is at 10.73159. This value needs no further grid reference or other qualifying information.

Property Value

double