Show / Hide Table of Contents

Class DBC.TravelTransactionLogFields

Fields for TravelTransactionLog, Log of all updates made to the database, that need to be replicated.

Inheritance
object
DBC.TravelTransactionLogFields
Inherited Members
object.ToString()
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
public static class DBC.TravelTransactionLogFields

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
string

AssociateId

TravelTransactionLog.AssociateId: Who did it

Declaration
public const string AssociateId = "associate_id"
Field Value
Type Description
string

Flags

TravelTransactionLog.Flags: Extra information about the operation, as a bit-masked field

Declaration
public const string Flags = "flags"
Field Value
Type Description
string

PrevRecordId

TravelTransactionLog.PrevRecordId: Additional information

Declaration
public const string PrevRecordId = "prev_record_id"
Field Value
Type Description
string

RecordId

TravelTransactionLog.RecordId: Record that was updated

Declaration
public const string RecordId = "record_id"
Field Value
Type Description
string

Tablenumber

TravelTransactionLog.Tablenumber: Table that was updated

Declaration
public const string Tablenumber = "tablenumber"
Field Value
Type Description
string

TraveltransactionlogId

TravelTransactionLog.TraveltransactionlogId: Primary key

Declaration
public const string TraveltransactionlogId = "traveltransactionlog_id"
Field Value
Type Description
string

Ttime

TravelTransactionLog.Ttime: Time/datestamp of event

Declaration
public const string Ttime = "ttime"
Field Value
Type Description
string

Type

TravelTransactionLog.Type: Type of event

Declaration
public const string Type = "type"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top