Class ExtraFieldsRows.IdxTargetExtraTable
Class representing index 'IDXExtra_fieldsTarget_extra_t'.
Inheritance
IdxBase
IdxBase<ExtraFieldsTableInfo>
ExtraFieldsRow.ExtraFieldsRowIdxBase
ExtraFieldsRows.ExtraFieldsRowsIdx
ExtraFieldsRows.IdxTargetExtraTable
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxTargetExtraTable : ExtraFieldsRows.ExtraFieldsRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxTargetExtraTable(Int32)
Constructor for class ExtraFieldsRows.IdxTargetExtraTable This class represents index 'IDXExtra_fieldsTarget_extra_table'.
Declaration
public IdxTargetExtraTable(int targetExtraTable)
Parameters
Type | Name | Description |
---|---|---|
Int32 | 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 |
---|---|
Int32 |
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. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)