Class HeadingRows.IdxListTableId
Class representing index 'IDXHeadingListTableId'.
Inheritance
HeadingRows.IdxListTableId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class HeadingRows.IdxListTableId : HeadingRows.HeadingRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxListTableId(short)
Constructor for class HeadingRows.IdxListTableId This class represents index 'IDXHeadingListTableId'.
Declaration
public IdxListTableId(short listTableId)
Parameters
Type | Name | Description |
---|---|---|
short | listTableId |
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
ListTableId
Which List is this heading connected to? (table ID)
Declaration
public short ListTableId { get; set; }
Property Value
Type | Description |
---|---|
short |
Methods
UpdateRow(TableRowBase)
Update the HeadingRow 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 HeadingRow. |