Show / Hide Table of Contents

Class DBC.CountryFields

Fields for Country, Country information

Inheritance
object
DBC.CountryFields
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.CountryFields

Fields

Abbrev2

Country.Abbrev2: ISO 2-letter abbreviation

Declaration
public const string Abbrev2 = "abbrev2"
Field Value
Type Description
string

Abbrev3

Country.Abbrev3: ISO 3-letter abbreviation

Declaration
public const string Abbrev3 = "abbrev3"
Field Value
Type Description
string

AddressLayout

Country.AddressLayout: Points to address format used in the GUI

Declaration
public const string AddressLayout = "addressLayout"
Field Value
Type Description
string

AddressLayoutDomestic

Country.AddressLayoutDomestic: Points to address format used for labels to own country

Declaration
public const string AddressLayoutDomestic = "addressLayoutDomestic"
Field Value
Type Description
string

AddressLayoutForeign

Country.AddressLayoutForeign: Points to address format used for labels to other countries than own country

Declaration
public const string AddressLayoutForeign = "addressLayoutForeign"
Field Value
Type Description
string

CountryId

Country.CountryId: Primary key

Declaration
public const string CountryId = "country_id"
Field Value
Type Description
string

CurrencyId

Country.CurrencyId: Default currency for this country

Declaration
public const string CurrencyId = "currency_id"
Field Value
Type Description
string

CustomPhoneDesc

Country.CustomPhoneDesc: Custom phone description, if any (comes from ISO/ITU documents)

Declaration
public const string CustomPhoneDesc = "customPhoneDesc"
Field Value
Type Description
string

DefaultLcid

Country.DefaultLcid: LCID code in .NET, this should be the defaultLcid of the language that has the isDefault flag set in the LanguageInforCountry link table

Declaration
public const string DefaultLcid = "defaultLcid"
Field Value
Type Description
string

Deleted

Country.Deleted: 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists

Declaration
public const string Deleted = "deleted"
Field Value
Type Description
string

DialInPrefix

Country.DialInPrefix: Prefix for dialing into the country from outside (country code)

Declaration
public const string DialInPrefix = "dialInPrefix"
Field Value
Type Description
string

DialOutPrefix

Country.DialOutPrefix: Prefix for dialling out of the country, voice call

Declaration
public const string DialOutPrefix = "dialOutPrefix"
Field Value
Type Description
string

DomainName

Country.DomainName: Default Web domain identifier (.no, .uk, etc; but without the dot)

Declaration
public const string DomainName = "domainName"
Field Value
Type Description
string

EnglishName

Country.EnglishName: Name of country in english

Declaration
public const string EnglishName = "english_name"
Field Value
Type Description
string

FlagresId

Country.FlagresId: Resource ID of flag graphic

Declaration
public const string FlagresId = "flagres_id"
Field Value
Type Description
string

InterAreaPrefix

Country.InterAreaPrefix: Prefix for inter-area dialling in the country

Declaration
public const string InterAreaPrefix = "interAreaPrefix"
Field Value
Type Description
string

IsBuiltIn

Country.IsBuiltIn: Is this record populated by SuperOffice priming data?

Declaration
public const string IsBuiltIn = "isBuiltIn"
Field Value
Type Description
string

IsoNumber

Country.IsoNumber: The primary key used by ISO to identify countries when they have a revolution and change their name from Upper Volta to Burkina Faso :-)

Declaration
public const string IsoNumber = "isoNumber"
Field Value
Type Description
string

Name

Country.Name: Name of country in installed language

Declaration
public const string Name = "name"
Field Value
Type Description
string

OrgNrText

Country.OrgNrText: Lead text for organisation field

Declaration
public const string OrgNrText = "orgNrText"
Field Value
Type Description
string

PhonePartOfNA

Country.PhonePartOfNA: Is the phone system part of the North American system

Declaration
public const string PhonePartOfNA = "phonePartOfNA"
Field Value
Type Description
string

Rank

Country.Rank: Rank order

Declaration
public const string Rank = "rank"
Field Value
Type Description
string

Registered

Country.Registered: Registered when

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

RegisteredAssociateId

Country.RegisteredAssociateId: Registered by whom

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

Tooltip

Country.Tooltip: Tooltip or other description

Declaration
public const string Tooltip = "tooltip"
Field Value
Type Description
string

TzLocationId

Country.TzLocationId: Default timezone location for this country

Declaration
public const string TzLocationId = "tzLocationId"
Field Value
Type Description
string

Updated

Country.Updated: Last updated when

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

UpdatedAssociateId

Country.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

Country.UpdatedCount: Number of updates made to this record

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

ZipPrefix

Country.ZipPrefix: N- DK- etc.

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