Show / Hide Table of Contents

Class LocaleTextRecordData

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

Inheritance
object
LocaleTextRecordData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class LocaleTextRecordData
Remarks

Please use this class instead of a full LocaleTextRow 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 LocaleTextTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Constructors

LocaleTextRecordData()

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

Declaration
public LocaleTextRecordData()
Remarks

Please use this class instead of a full LocaleTextRow 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 LocaleTextTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Fields

IsBuiltin

1 = this row is populated and maintained by SuperOffice

Declaration
public short IsBuiltin
Field Value
Type Description
short
Remarks

Please use this class instead of a full LocaleTextRow 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 LocaleTextTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

LanguageId

Language ID

Declaration
public int LanguageId
Field Value
Type Description
int
Remarks

Please use this class instead of a full LocaleTextRow 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 LocaleTextTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

LocaleTextId

Primary key

Declaration
public int LocaleTextId
Field Value
Type Description
int
Remarks

Please use this class instead of a full LocaleTextRow 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 LocaleTextTableInfo 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 LocaleTextRow 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 LocaleTextTableInfo 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
int
Remarks

Please use this class instead of a full LocaleTextRow 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 LocaleTextTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

ResourceId

Resource ID

Declaration
public int ResourceId
Field Value
Type Description
int
Remarks

Please use this class instead of a full LocaleTextRow 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 LocaleTextTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Text

The text string itself

Declaration
public string Text
Field Value
Type Description
string
Remarks

Please use this class instead of a full LocaleTextRow 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 LocaleTextTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

TypeId

1=label 2=table 3=column 4=import field 5=import object 6=import GUI category 7=contact udef label 8=role name, 9 = role tooltip, 10 = functionright label, 11 = functionright descriptionid; 12=function right description; 16=status monitor name; 19=contact udef label; 20=person udef label; 21=project udef label; 22=sale udef label; 23=appointment udef label; 24=document udef label; 31=tzlocation city

Declaration
public short TypeId
Field Value
Type Description
short
Remarks

Please use this class instead of a full LocaleTextRow 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 LocaleTextTableInfo 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 LocaleTextRow 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 LocaleTextTableInfo 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
int
Remarks

Please use this class instead of a full LocaleTextRow 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 LocaleTextTableInfo 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
short
Remarks

Please use this class instead of a full LocaleTextRow 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 LocaleTextTableInfo 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)
LocaleTextRecordDataExtensions.ToInsertAsync(LocaleTextRecordData, CancellationToken)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top