Class DBC.LanguageInfoFields
Fields for LanguageInfo, Information about languages, from ISO standards and related information
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class LanguageInfoFields : Object
Fields
Abbrev2
LanguageInfo.Abbrev2: ISO 2-letter abbreviation
Declaration
public const string Abbrev2 = "abbrev2"
Field Value
Type | Description |
---|---|
String |
Abbrev3
LanguageInfo.Abbrev3: ISO 3-letter abbreviation
Declaration
public const string Abbrev3 = "abbrev3"
Field Value
Type | Description |
---|---|
String |
DefaultLcid
LanguageInfo.DefaultLcid: Language/culture id as a numeric .NET code
Declaration
public const string DefaultLcid = "defaultLcid"
Field Value
Type | Description |
---|---|
String |
EnglishName
LanguageInfo.EnglishName: English name of this language (Norwegian)
Declaration
public const string EnglishName = "englishName"
Field Value
Type | Description |
---|---|
String |
IsBuiltIn
LanguageInfo.IsBuiltIn: Has this row been inserted by SuperOffice priming data
Declaration
public const string IsBuiltIn = "isBuiltIn"
Field Value
Type | Description |
---|---|
String |
LanguageInfoId
LanguageInfo.LanguageInfoId: Primary key
Declaration
public const string LanguageInfoId = "LanguageInfo_id"
Field Value
Type | Description |
---|---|
String |
NativeName
LanguageInfo.NativeName: The native name of this language (Norsk Bokmål)
Declaration
public const string NativeName = "nativeName"
Field Value
Type | Description |
---|---|
String |
Registered
LanguageInfo.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
LanguageInfo.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Updated
LanguageInfo.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
LanguageInfo.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
LanguageInfo.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |