Show / Hide Table of Contents

Class TravelTransactionLogTableInfo

Table 'traveltransactionlog': Log of all updates made to the database, that need to be replicated.

Inheritance
Object
TableInfo
TravelTransactionLogTableInfo
Implements
ICloneable
Inherited Members
TableInfo.ToString()
TableInfo.RegisterFields(FieldInfo[])
TableInfo.FieldInfoFromSoField(SoField)
TableInfo.Clone()
TableInfo.IsSameTable(TableInfo)
TableInfo.FindField(String)
TableInfo.ProtAll
TableInfo.HashCheckFields
TableInfo.TableName
TableInfo.DbName
TableInfo.IsDictionaryTable
TableInfo.All
TableInfo.Item[String]
TableInfo.PrimaryKeyField
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("traveltransactionlog")]
public class TravelTransactionLogTableInfo : 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 TravelTransactionLog in the database dictionary: traveltransactionlog

Declaration
public const string DictionaryTableName = "traveltransactionlog"
Field Value
Type Description
String

Properties

ApplicationId

Field 'application_id' in table 'traveltransactionlog': Dictionary type Int, .NET type: Int32

ID of the application/client/owner of the context in which this record was written. This is primarily an Online feature, but the value int.MaxValue denotes the Win client

Declaration
public Int32FieldInfo ApplicationId { get; }
Property Value
Type Description
Int32FieldInfo

AssociateId

Field 'associate_id' in table 'traveltransactionlog': Dictionary type FK, .NET type: Int32

Who did it

Declaration
public Int32FieldInfo AssociateId { get; }
Property Value
Type Description
Int32FieldInfo

AssociateId_InnerJoin_Associate

Generated join from the foreign key AssociateId in this table, to its target table AssociateTableInfo.

Declaration
public TargetedInnerJoin<AssociateTableInfo> AssociateId_InnerJoin_Associate { get; }
Property Value
Type Description
TargetedInnerJoin<AssociateTableInfo>

Definition

Definition of the table as described in the deployed runtime dictionary

Declaration
public override SoTable Definition { get; }
Property Value
Type Description
SoTable
Overrides
TableInfo.Definition

DictionaryTableNumber

Table number for table TravelTransactionLog 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

Flags

Field 'flags' in table 'traveltransactionlog': Dictionary type Enum, .NET type: TtlFlags

Extra information about the operation, as a bit-masked field

Declaration
public TtlFlagsFieldInfo Flags { get; }
Property Value
Type Description
TtlFlagsFieldInfo

LeftOuterJoin_TravelCurrent_FirstRecordnumber

Generated left outer join from the primary key TraveltransactionlogId on this table, to TravelCurrent.FirstRecordnumber.

Declaration
public TargetedLeftOuterJoin<TravelCurrentTableInfo> LeftOuterJoin_TravelCurrent_FirstRecordnumber { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravelCurrentTableInfo>

LeftOuterJoin_TravelCurrent_LastRecordnumber

Generated left outer join from the primary key TraveltransactionlogId on this table, to TravelCurrent.LastRecordnumber.

Declaration
public TargetedLeftOuterJoin<TravelCurrentTableInfo> LeftOuterJoin_TravelCurrent_LastRecordnumber { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravelCurrentTableInfo>

LeftOuterJoin_TravelGeneratedTransaction_TranlogfirstId

Generated left outer join from the primary key TraveltransactionlogId on this table, to TravelGeneratedTransaction.TranlogfirstId.

Declaration
public TargetedLeftOuterJoin<TravelGeneratedTransactionTableInfo> LeftOuterJoin_TravelGeneratedTransaction_TranlogfirstId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravelGeneratedTransactionTableInfo>

LeftOuterJoin_TravelGeneratedTransaction_TranloglastId

Generated left outer join from the primary key TraveltransactionlogId on this table, to TravelGeneratedTransaction.TranloglastId.

Declaration
public TargetedLeftOuterJoin<TravelGeneratedTransactionTableInfo> LeftOuterJoin_TravelGeneratedTransaction_TranloglastId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravelGeneratedTransactionTableInfo>

LeftOuterJoin_Traveller_LastPlaybacknumber

Generated left outer join from the primary key TraveltransactionlogId on this table, to Traveller.LastPlaybacknumber.

Declaration
public TargetedLeftOuterJoin<TravellerTableInfo> LeftOuterJoin_Traveller_LastPlaybacknumber { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravellerTableInfo>

LeftOuterJoin_Traveller_LastRecordnumber

Generated left outer join from the primary key TraveltransactionlogId on this table, to Traveller.LastRecordnumber.

Declaration
public TargetedLeftOuterJoin<TravellerTableInfo> LeftOuterJoin_Traveller_LastRecordnumber { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravellerTableInfo>

PrevRecordId

Field 'prev_record_id' in table 'traveltransactionlog': Dictionary type Id, .NET type: Int32

Additional information

Declaration
public Int32FieldInfo PrevRecordId { get; }
Property Value
Type Description
Int32FieldInfo

RecordId

Field 'record_id' in table 'traveltransactionlog': Dictionary type RecordId, .NET type: Int32

Record that was updated

Declaration
public Int32FieldInfo RecordId { get; }
Property Value
Type Description
Int32FieldInfo

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

Tablenumber

Field 'tablenumber' in table 'traveltransactionlog': Dictionary type TableNumber, .NET type: Int16

Table that was updated

Declaration
public UInt16FieldInfo Tablenumber { get; }
Property Value
Type Description
UInt16FieldInfo

TraveltransactionlogId

Field 'traveltransactionlog_id' in table 'traveltransactionlog': Dictionary type PK, .NET type: Int32

Primary key

Declaration
public Int32FieldInfo TraveltransactionlogId { get; }
Property Value
Type Description
Int32FieldInfo

Ttime

Field 'ttime' in table 'traveltransactionlog': Dictionary type DateTime, .NET type: DateTime

Time/datestamp of event

Declaration
public DateTimeFieldInfo Ttime { get; }
Property Value
Type Description
DateTimeFieldInfo

Type

Field 'type' in table 'traveltransactionlog': Dictionary type Enum, .NET type: TrlogTransType

Type of event

Declaration
public TrlogTransTypeFieldInfo Type { get; }
Property Value
Type Description
TrlogTransTypeFieldInfo

Methods

IdxTablenumber(Int16)

Shortcut method for looking up using the database index Tablenumber, which spans the following fields:

FieldDescription
TablenumberTable that was updated
Declaration
public Restriction IdxTablenumber(short tablenumber)
Parameters
Type Name Description
Int16 tablenumber
Returns
Type Description
Restriction

IdxType(TrlogTransType)

Shortcut method for looking up using the database index Type, which spans the following fields:

FieldDescription
TypeType of event
Declaration
public Restriction IdxType(TrlogTransType type)
Parameters
Type Name Description
TrlogTransType type
Returns
Type Description
Restriction

IdxTypeTablenumber(TrlogTransType, Int16)

Shortcut method for looking up using the database index TypeTablenumber, which spans the following fields:

FieldDescription
TypeType of event
TablenumberTable that was updated
Declaration
public Restriction IdxTypeTablenumber(TrlogTransType type, short tablenumber)
Parameters
Type Name Description
TrlogTransType type
Int16 tablenumber
Returns
Type Description
Restriction

Implements

System.ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top