Class ErpListItemMappingRows.IdxErpFieldId
Class representing index 'IErpFieldIdErpItemKey'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Inheritance
ErpListItemMappingRows.IdxErpFieldId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ErpListItemMappingRows.IdxErpFieldId : ErpListItemMappingRows.ErpListItemMappingRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxErpFieldId(int)
Constructor for class ErpListItemMappingRows.IdxErpFieldId This class represents index 'IErpFieldIdErpItemKey'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Declaration
public IdxErpFieldId(int erpFieldId)
Parameters
Type | Name | Description |
---|---|---|
int | erpFieldId |
Properties
ErpFieldId
Link to the Erp field (and implicitly to crm list and Erp Connection)
Declaration
public int ErpFieldId { get; set; }
Property Value
Type | Description |
---|---|
int |
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 ErpListItemMappingRow 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 ErpListItemMappingRow. |