Skip to main content

Class StructuredAddress

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for StructuredAddress. Address with structured fields (Address1, City, Zip) - does not vary its layout by country, unliked the formatted address.

Inheritance

objectStructuredAddress

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

StructuredAddress()

Default constructor - defaults any enum props to 0.

Properties

Address1

Address line 1

Property Value

string

Address2

Address line 2

Property Value

string

Address3

Address line 3

Property Value

string

AtypeIdx

Bit mask, combines address type (EAddressType) and owner type (EOwnerType) NULL if unknown enum value.

Property Value

AddressType?

See Also

StructuredAddress.AtypeIdx_String

AtypeIdx_String

Bit mask, combines address type (EAddressType) and owner type (EOwnerType) Raw string enum value.

Property Value

string

See Also

StructuredAddress.AtypeIdx

City

City corresponding to zip code

Property Value

string

County

County (not country)

Property Value

string

Formatted

Read-only formatted address multi-line string. e.g.: <c>“Brugata 123,\n1234 OSLO\n”</c> or <c>“Bridgelane 123,\nWest Tooting,\nThe Shire ES2 W31\n”</c>.

Property Value

string

State

State

Property Value

string

Zipcode

Zip code, alphanumeric

Property Value

string