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()

Declaration
public LocaleTextRecordData()

Fields

IsBuiltin

1 = this row is populated and maintained by SuperOffice

Declaration
public short IsBuiltin
Field Value
Type Description
Int16

LanguageId

Language ID

Declaration
public int LanguageId
Field Value
Type Description
Int32

LocaleTextId

Primary key

Declaration
public int LocaleTextId
Field Value
Type Description
Int32

Registered

Registered when in UTC.

Declaration
public DateTime Registered
Field Value
Type Description
DateTime

RegisteredAssociateId

Registered by whom

Declaration
public int RegisteredAssociateId
Field Value
Type Description
Int32

ResourceId

Resource ID

Declaration
public int ResourceId
Field Value
Type Description
Int32

Text

The text string itself

Declaration
public string Text
Field Value
Type Description
String

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
Int16

Updated

Last updated when in UTC.

Declaration
public DateTime Updated
Field Value
Type Description
DateTime

UpdatedAssociateId

Last updated by whom

Declaration
public int UpdatedAssociateId
Field Value
Type Description
Int32

UpdatedCount

Number of updates made to this record

Declaration
public short UpdatedCount
Field Value
Type Description
Int16

Extension Methods

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