Class ReporterListDefRows.IdxOleFieldKey
Class representing index 'IDXReporterListDefOleFieldKey'.
Inheritance
ReporterListDefRows.IdxOleFieldKey
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ReporterListDefRows.IdxOleFieldKey : ReporterListDefRows.ReporterListDefRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxOleFieldKey(int)
Constructor for class ReporterListDefRows.IdxOleFieldKey This class represents index 'IDXReporterListDefOleFieldKey'.
Declaration
public IdxOleFieldKey(int oleFieldKey)
Parameters
| Type | Name | Description |
|---|---|---|
| int | oleFieldKey |
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
OleFieldKey
OLE Field link
Declaration
public int OleFieldKey { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the ReporterListDefRow 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 ReporterListDefRow. |