Class TravelIDMappingRow.IdxTravelidmappingId
Class representing index 'IDXTrmapId'.
Inheritance
TravelIDMappingRow.IdxTravelidmappingId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class TravelIDMappingRow.IdxTravelidmappingId : TravelIDMappingRow.TravelIDMappingRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxTravelidmappingId(int)
Constructor for class TravelIDMapping.IdxTravelidmappingId This class represents index 'IDXTrmapId'.
Declaration
public IdxTravelidmappingId(int travelidmappingId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | travelidmappingId |
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 TravelIDMappingRow 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 TravelIDMappingRow. |