Skip to main content

Class AddressSyncData

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for AddressSyncData.

Inheritance

objectCarrierAddressSyncData

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

AddressSyncData()

Default constructor - defaults any enum props to 0.

Properties

Address1

Property Value

string

Address2

Property Value

string

Address3

Property Value

string

AddressId

Primary key

Property Value

int

AddressType

NULL if unknown enum value.

Property Value

AddressType?

See Also

AddressSyncData.AddressType_String

AddressType_String

Raw string enum value.

Property Value

string

See Also

AddressSyncData.AddressType

City

Property Value

string

County

Property Value

string

FormattedAddress

Property Value

string

Latitude

Property Value

double

Longitude

Property Value

double

State

Property Value

string

ZipCode

Property Value

string

See Also

AppointmentAgent