Class MeteringLogRow.IdxTableIdRecordIdEventType
Class representing index 'ITable_idRecord_idEvent_type'.
Inheritance
MeteringLogRow.IdxTableIdRecordIdEventType
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class MeteringLogRow.IdxTableIdRecordIdEventType : MeteringLogRow.MeteringLogRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxTableIdRecordIdEventType(short, int, MeteringEventType)
Constructor for class MeteringLog.IdxTableIdRecordIdEventType This class represents index 'ITable_idRecord_idEvent_type'.
Declaration
public IdxTableIdRecordIdEventType(short tableId, int recordId, MeteringEventType eventType)
Parameters
| Type | Name | Description |
|---|---|---|
| short | tableId | |
| int | recordId | |
| MeteringEventType | eventType |
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 MeteringLogRow 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 MeteringLogRow. |