Class CacheTablesRows.IdxTableId
Class representing index 'IDXCacheTabsTableId'.
Inheritance
System.Object
SuperOffice.CRM.Rows.IdxBase
SuperOffice.CRM.Rows.IdxBase<CacheTablesTableInfo>
SuperOffice.CRM.Rows.CacheTablesRow.CacheTablesRowIdxBase
SuperOffice.CRM.Rows.CacheTablesRows.CacheTablesRowsIdx
CacheTablesRows.IdxTableId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxTableId : CacheTablesRows.CacheTablesRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxTableId(Int16)
Constructor for class CacheTablesRows.IdxTableId This class represents index 'IDXCacheTabsTableId'.
Declaration
public IdxTableId(short tableId)
Parameters
Type | Name | Description |
---|---|---|
System.Int16 | tableId |
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
TableId
ID of table to be cached in local file
Declaration
public short TableId { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
Methods
UpdateRow(TableRowBase)
Update the CacheTablesRow 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 CacheTablesRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
System.ICloneable
Extension Methods
EnumUtil.MapEnums<From, To>(From)