Class ExtraFieldsRows.IdxTargetExtraTable
Class representing index 'IDXExtra_fieldsTarget_extra_t'.
Inheritance
ExtraFieldsRows.IdxTargetExtraTable
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ExtraFieldsRows.IdxTargetExtraTable : ExtraFieldsRows.ExtraFieldsRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxTargetExtraTable(int)
Constructor for class ExtraFieldsRows.IdxTargetExtraTable This class represents index 'IDXExtra_fieldsTarget_extra_table'.
Declaration
public IdxTargetExtraTable(int targetExtraTable)
Parameters
| Type | Name | Description |
|---|---|---|
| int | targetExtraTable |
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
TargetExtraTable
If this extra field is a extra table relation, then this is the id of the extra table this entry points to.
Declaration
public int TargetExtraTable { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the ExtraFieldsRow 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 ExtraFieldsRow. |