Class ListTableRow.IdxTableId
Class representing index 'IDXCategoryId'.
Inheritance
ListTableRow.IdxTableId
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
public class ListTableRow.IdxTableId : ListTableRow.TableRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxTableId(TableInfo, int)
Constructor for class Category.IdxTableId This class represents index 'IDXCategoryId'.
Declaration
public IdxTableId(TableInfo tableInfo, int categoryId)
Parameters
| Type | Name | Description |
|---|---|---|
| TableInfo | tableInfo | |
| int | categoryId | Primary key |
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
Methods
UpdateRow(TableRowBase)
Update the TableRow with the values from the index.
Declaration
public override void UpdateRow(TableRowBase row)
Parameters
| Type | Name | Description |
|---|---|---|
| TableRowBase | row | The row to update. This must be an instance of TableRow. |