Class RefCountsRows.IdxRecordId
Class representing index 'IDXRefCountsRecordId'.
Inheritance
RefCountsRows.IdxRecordId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class RefCountsRows.IdxRecordId : RefCountsRows.RefCountsRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxRecordId(int)
Constructor for class RefCountsRows.IdxRecordId This class represents index 'IDXRefCountsRecordId'.
Declaration
public IdxRecordId(int recordId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | recordId |
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
RecordId
Record id in target table, used when there are separate counters for each target record
Declaration
public int RecordId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the RefCountsRow 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 RefCountsRow. |