Class FieldLabelRows.IdxResourceId
Class representing index 'IDXFieldLabelResourceId'.
Inheritance
FieldLabelRows.IdxResourceId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class FieldLabelRows.IdxResourceId : FieldLabelRows.FieldLabelRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxResourceId(int)
Constructor for class FieldLabelRows.IdxResourceId This class represents index 'IDXFieldLabelResourceId'.
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
Text resource ID
Declaration
public int ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the FieldLabelRow 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 FieldLabelRow. |