Class DBC.TravelTransactionLogFields
Fields for TravelTransactionLog, Log of all updates made to the database, that need to be replicated.
Inheritance
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class TravelTransactionLogFields : Object
Fields
ApplicationId
TravelTransactionLog.ApplicationId: 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 const string ApplicationId = "application_id"
Field Value
Type | Description |
---|---|
System.String |
AssociateId
TravelTransactionLog.AssociateId: Who did it
Declaration
public const string AssociateId = "associate_id"
Field Value
Type | Description |
---|---|
System.String |
Flags
TravelTransactionLog.Flags: Extra information about the operation, as a bit-masked field
Declaration
public const string Flags = "flags"
Field Value
Type | Description |
---|---|
System.String |
PrevRecordId
TravelTransactionLog.PrevRecordId: Additional information
Declaration
public const string PrevRecordId = "prev_record_id"
Field Value
Type | Description |
---|---|
System.String |
RecordId
TravelTransactionLog.RecordId: Record that was updated
Declaration
public const string RecordId = "record_id"
Field Value
Type | Description |
---|---|
System.String |
Tablenumber
TravelTransactionLog.Tablenumber: Table that was updated
Declaration
public const string Tablenumber = "tablenumber"
Field Value
Type | Description |
---|---|
System.String |
TraveltransactionlogId
TravelTransactionLog.TraveltransactionlogId: Primary key
Declaration
public const string TraveltransactionlogId = "traveltransactionlog_id"
Field Value
Type | Description |
---|---|
System.String |
Ttime
TravelTransactionLog.Ttime: Time/datestamp of event
Declaration
public const string Ttime = "ttime"
Field Value
Type | Description |
---|---|
System.String |
Type
TravelTransactionLog.Type: Type of event
Declaration
public const string Type = "type"
Field Value
Type | Description |
---|---|
System.String |