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