Show / Hide Table of Contents

Class DBC.AddressFields

Fields for Address, Contact and Person addresses

Inheritance
object
DBC.AddressFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.AddressFields

Fields

Address1

Address.Address1: Address line 1

Declaration
public const string Address1 = "address1"
Field Value
Type Description
string

Address2

Address.Address2: Address line 2

Declaration
public const string Address2 = "address2"
Field Value
Type Description
string

Address3

Address.Address3: Address line 3

Declaration
public const string Address3 = "address3"
Field Value
Type Description
string

AddressId

Address.AddressId: Primary key

Declaration
public const string AddressId = "address_id"
Field Value
Type Description
string

AtypeIdx

Address.AtypeIdx: Bit mask, combines address type (EAddressType) and owner type (EOwnerType)

Declaration
public const string AtypeIdx = "atype_idx"
Field Value
Type Description
string

City

Address.City: City corresponding to zip code

Declaration
public const string City = "city"
Field Value
Type Description
string

County

Address.County: County (not country)

Declaration
public const string County = "county"
Field Value
Type Description
string

OwnerId

Address.OwnerId: Record id of owner: Contact or Person

Declaration
public const string OwnerId = "owner_id"
Field Value
Type Description
string

Registered

Address.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

Address.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

State

Address.State: State

Declaration
public const string State = "state"
Field Value
Type Description
string

Updated

Address.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

Address.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

Address.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string

ValidFrom

Address.ValidFrom: Valid from date for this record

Declaration
public const string ValidFrom = "validFrom"
Field Value
Type Description
string

ValidTo

Address.ValidTo: Valid to date for this record

Declaration
public const string ValidTo = "validTo"
Field Value
Type Description
string

Wgs84Latitude

Address.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.

Declaration
public const string Wgs84Latitude = "wgs84latitude"
Field Value
Type Description
string

Wgs84Longitude

Address.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.

Declaration
public const string Wgs84Longitude = "wgs84longitude"
Field Value
Type Description
string

Zipcode

Address.Zipcode: Zip code, alphanumeric

Declaration
public const string Zipcode = "zipcode"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top