Show / Hide Table of Contents

Class DBC.LanguageInfoCountryFields

Fields for LanguageInfoCountry, Many-many link between countries and languages, to give intelligent choices for language

Inheritance
Object
DBC.LanguageInfoCountryFields
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 LanguageInfoCountryFields

Fields

CountryId

LanguageInfoCountry.CountryId: Key to country

Declaration
public const string CountryId = "countryId"
Field Value
Type Description
String

IsBuiltIn

LanguageInfoCountry.IsBuiltIn: Has this row been inserted by SuperOffice priming data

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

IsDefault

LanguageInfoCountry.IsDefault: If 1, this is the default language for the country

Declaration
public const string IsDefault = "isDefault"
Field Value
Type Description
String

LanguageId

LanguageInfoCountry.LanguageId: Key to language

Declaration
public const string LanguageId = "languageId"
Field Value
Type Description
String

LanguageInfoCountryId

LanguageInfoCountry.LanguageInfoCountryId: Primary key

Declaration
public const string LanguageInfoCountryId = "LanguageInfoCountry_id"
Field Value
Type Description
String

Lcid

LanguageInfoCountry.Lcid: Language/culture as a string, such as en-us or nb-no

Declaration
public const string Lcid = "lcid"
Field Value
Type Description
String

Official

LanguageInfoCountry.Official: 1: This is an official language; 2: it's not; 0: We don't know

Declaration
public const string Official = "official"
Field Value
Type Description
String

Percentage

LanguageInfoCountry.Percentage: Percentage of Country that speaks Language, 0 means we don't know

Declaration
public const string Percentage = "percentage"
Field Value
Type Description
String

Registered

LanguageInfoCountry.Registered: Registered when

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

RegisteredAssociateId

LanguageInfoCountry.RegisteredAssociateId: Registered by whom

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

Updated

LanguageInfoCountry.Updated: Last updated when

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

UpdatedAssociateId

LanguageInfoCountry.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

LanguageInfoCountry.UpdatedCount: Number of updates made to this record

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