Show / Hide Table of Contents

Class LanguageInfoCountryRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the LanguageInfoCountry table.

Inheritance
Object
LanguageInfoCountryRecordData
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class LanguageInfoCountryRecordData : Object
Remarks

Please use this class instead of a full LanguageInfoCountryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding LanguageInfoCountryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Constructors

LanguageInfoCountryRecordData()

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the LanguageInfoCountry table.

Declaration
public LanguageInfoCountryRecordData()
Remarks

Please use this class instead of a full LanguageInfoCountryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding LanguageInfoCountryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Fields

CountryId

Key to country

Declaration
public int CountryId
Field Value
Type Description
Int32
Remarks

Please use this class instead of a full LanguageInfoCountryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding LanguageInfoCountryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

IsBuiltIn

Has this row been inserted by SuperOffice priming data

Declaration
public short IsBuiltIn
Field Value
Type Description
Int16
Remarks

Please use this class instead of a full LanguageInfoCountryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding LanguageInfoCountryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

IsDefault

If 1, this is the default language for the country

Declaration
public short IsDefault
Field Value
Type Description
Int16
Remarks

Please use this class instead of a full LanguageInfoCountryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding LanguageInfoCountryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

LanguageId

Key to language

Declaration
public int LanguageId
Field Value
Type Description
Int32
Remarks

Please use this class instead of a full LanguageInfoCountryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding LanguageInfoCountryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

LanguageInfoCountryId

Primary key

Declaration
public int LanguageInfoCountryId
Field Value
Type Description
Int32
Remarks

Please use this class instead of a full LanguageInfoCountryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding LanguageInfoCountryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Lcid

Language/culture as a string, such as en-us or nb-no

Declaration
public int Lcid
Field Value
Type Description
Int32
Remarks

Please use this class instead of a full LanguageInfoCountryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding LanguageInfoCountryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Official

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

Declaration
public short Official
Field Value
Type Description
Int16
Remarks

Please use this class instead of a full LanguageInfoCountryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding LanguageInfoCountryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Percentage

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

Declaration
public short Percentage
Field Value
Type Description
Int16
Remarks

Please use this class instead of a full LanguageInfoCountryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding LanguageInfoCountryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Registered

Registered when in UTC.

Declaration
public DateTime Registered
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full LanguageInfoCountryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding LanguageInfoCountryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

RegisteredAssociateId

Registered by whom

Declaration
public int RegisteredAssociateId
Field Value
Type Description
Int32
Remarks

Please use this class instead of a full LanguageInfoCountryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding LanguageInfoCountryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Updated

Last updated when in UTC.

Declaration
public DateTime Updated
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full LanguageInfoCountryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding LanguageInfoCountryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

UpdatedAssociateId

Last updated by whom

Declaration
public int UpdatedAssociateId
Field Value
Type Description
Int32
Remarks

Please use this class instead of a full LanguageInfoCountryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding LanguageInfoCountryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

UpdatedCount

Number of updates made to this record

Declaration
public short UpdatedCount
Field Value
Type Description
Int16
Remarks

Please use this class instead of a full LanguageInfoCountryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding LanguageInfoCountryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
LanguageInfoCountryRecordDataExtensions.ToInsert(LanguageInfoCountryRecordData)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top