Class TravelGeneratedTransactionTableInfo
Table 'travelgeneratedtransaction': Record of all generated replication data files from this database (*.dwn files from mother database to child, *.up from child database to mother)
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("travelgeneratedtransaction")]
public class TravelGeneratedTransactionTableInfo : TableInfo, ICloneable
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Fields
DictionaryTableName
Conceptual name of table TravelGeneratedTransaction in the database dictionary: travelgeneratedtransaction
Declaration
public const string DictionaryTableName = "travelgeneratedtransaction"
Field Value
Type | Description |
---|---|
String |
Properties
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
DictionaryTableNumber
Table number for table TravelGeneratedTransaction in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database
Declaration
public int DictionaryTableNumber { get; }
Property Value
Type | Description |
---|---|
Int32 |
Recordstatus
Field 'recordstatus' in table 'travelgeneratedtransaction': Dictionary type UShort, .NET type: Int16
gen, sent, ack.
Declaration
public UInt16FieldInfo Recordstatus { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Registered
Field 'registered' in table 'travelgeneratedtransaction': Dictionary type UtcDateTime, .NET type: DateTime
Registered when
Declaration
public DateTimeFieldInfo Registered { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
RegisteredAssociateId
Field 'registered_associate_id' in table 'travelgeneratedtransaction': Dictionary type FK, .NET type: Int32
Registered by whom
Declaration
public Int32FieldInfo RegisteredAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
RegisteredAssociateId_InnerJoin_Associate
Generated join from the foreign key RegisteredAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> RegisteredAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
RuntimeDefinition
Definition of the table as described in the deployed runtime dictionary
Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type | Description |
---|---|
SoTable |
TranlogfirstId
Field 'tranlogfirst_id' in table 'travelgeneratedtransaction': Dictionary type FK, .NET type: Int32
This up/dwnfile holds transaction from traveltransactionlog_id = this number
Declaration
public Int32FieldInfo TranlogfirstId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
TranlogfirstId_InnerJoin_TravelTransactionLog
Generated join from the foreign key TranlogfirstId in this table, to its target table TravelTransactionLogTableInfo.
Declaration
public TargetedInnerJoin<TravelTransactionLogTableInfo> TranlogfirstId_InnerJoin_TravelTransactionLog { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<TravelTransactionLogTableInfo> |
TranloglastId
Field 'tranloglast_id' in table 'travelgeneratedtransaction': Dictionary type FK, .NET type: Int32
This up/dwnfile holds transaction to traveltransactionlog_id = this number
Declaration
public Int32FieldInfo TranloglastId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
TranloglastId_InnerJoin_TravelTransactionLog
Generated join from the foreign key TranloglastId in this table, to its target table TravelTransactionLogTableInfo.
Declaration
public TargetedInnerJoin<TravelTransactionLogTableInfo> TranloglastId_InnerJoin_TravelTransactionLog { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<TravelTransactionLogTableInfo> |
Transmissionnumber
Field 'transmissionnumber' in table 'travelgeneratedtransaction': Dictionary type UInt, .NET type: UInt32
sequence pr. user
Declaration
public FieldInfo Transmissionnumber { get; }
Property Value
Type | Description |
---|---|
FieldInfo |
Transmissiontype
Field 'transmissiontype' in table 'travelgeneratedtransaction': Dictionary type UShort, .NET type: Int16
File or direct communication
Declaration
public UInt16FieldInfo Transmissiontype { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
TravelgeneratedtransactionId
Field 'travelgeneratedtransaction_id' in table 'travelgeneratedtransaction': Dictionary type PK, .NET type: Int32
Primary key
Declaration
public Int32FieldInfo TravelgeneratedtransactionId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
TravelId
Field 'travel_id' in table 'travelgeneratedtransaction': Dictionary type Id, .NET type: Int32
Central=0, Departm.=H01000000-H7F000000, Travel=assoc_id
Declaration
public Int32FieldInfo TravelId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Updated
Field 'updated' in table 'travelgeneratedtransaction': Dictionary type UtcDateTime, .NET type: DateTime
Last updated when
Declaration
public DateTimeFieldInfo Updated { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
UpdatedAssociateId
Field 'updated_associate_id' in table 'travelgeneratedtransaction': Dictionary type FK, .NET type: Int32
Last updated by whom
Declaration
public Int32FieldInfo UpdatedAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
UpdatedAssociateId_InnerJoin_Associate
Generated join from the foreign key UpdatedAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> UpdatedAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
UpdatedCount
Field 'updatedCount' in table 'travelgeneratedtransaction': Dictionary type UShort, .NET type: Int16
Number of updates made to this record
Declaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Methods
IdxTransmissionnumber(UInt32)
Shortcut method for looking up using the database index Transmissionnumber, which spans the following fields:
Field | Description |
---|---|
Transmissionnumber | sequence pr. user |
Declaration
public Restriction IdxTransmissionnumber(uint transmissionnumber)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | transmissionnumber |
Returns
Type | Description |
---|---|
Restriction |