Class TravelGeneratedTransactionRows.IdxTransmissionnumberTravelId
Class representing index 'ITrnumTrav_id'.
Inheritance
TravelGeneratedTransactionRows.IdxTransmissionnumberTravelId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class TravelGeneratedTransactionRows.IdxTransmissionnumberTravelId : TravelGeneratedTransactionRows.TravelGeneratedTransactionRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxTransmissionnumberTravelId(uint, int)
Constructor for class TravelGeneratedTransactionRows.IdxTransmissionnumberTravelId This class represents index 'ITrnumTrav_id'.
Declaration
public IdxTransmissionnumberTravelId(uint transmissionnumber, int travelId)
Parameters
Type | Name | Description |
---|---|---|
uint | transmissionnumber | |
int | travelId |
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
Transmissionnumber
sequence pr. user
Declaration
public uint Transmissionnumber { get; set; }
Property Value
Type | Description |
---|---|
uint |
TravelId
Central=0, Departm.=H01000000-H7F000000, Travel=assoc_id
Declaration
public int TravelId { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
UpdateRow(TableRowBase)
Update the TravelGeneratedTransactionRow 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 TravelGeneratedTransactionRow. |