Class LocaleTextRows.IdxLanguageIdTypeId
Class representing index 'ILanguageIdTypeIdResourceId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Inheritance
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxLanguageIdTypeId : LocaleTextRows.LocaleTextRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxLanguageIdTypeId(Int32, Int16)
Constructor for class LocaleTextRows.IdxLanguageIdTypeId This class represents index 'ILanguageIdTypeIdResourceId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Declaration
public IdxLanguageIdTypeId(int languageId, short typeId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | languageId | |
Int16 | typeId |
Properties
InnerRestriction
The Restriction passed to the Select statement.
Declaration
protected override Restriction InnerRestriction { get; }
Property Value
Type | Description |
---|---|
Restriction | Restriction object holding the restrictions for the select statement. |
Overrides
LanguageId
Language ID
Declaration
public int LanguageId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
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 { get; set; }
Property Value
Type | Description |
---|---|
Int16 |
Methods
UpdateRow(TableRowBase)
Update the LocaleTextRow with the values from the index.
Declaration
public override void UpdateRow(TableRowBase baseRow)
Parameters
Type | Name | Description |
---|---|---|
TableRowBase | baseRow | The row to update. This must be an instance of LocaleTextRow. |