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