Class LocaleTextRows.IdxResourceId
Class representing index 'IDXLocaleTextResourceId'.
Inheritance
LocaleTextRows.IdxResourceId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class LocaleTextRows.IdxResourceId : LocaleTextRows.LocaleTextRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxResourceId(int)
Constructor for class LocaleTextRows.IdxResourceId This class represents index 'IDXLocaleTextResourceId'.
Declaration
public IdxResourceId(int resourceId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | resourceId |
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
ResourceId
Resource ID
Declaration
public int ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
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. |