Class DBC.AddressFields
Fields for Address, Contact and Person addresses
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class 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 |