Show / Hide Table of Contents

Class DBC.TravelCurrentFields

Fields for TravelCurrent, Information about this database and its place in the hierarchy

Inheritance
Object
DBC.TravelCurrentFields
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 TravelCurrentFields

Fields

AdminLogin

TravelCurrent.AdminLogin: Encrypted string containing user name & password of DB user who has create/delete user authority for this database

Declaration
public const string AdminLogin = "adminLogin"
Field Value
Type Description
String

AreaId

TravelCurrent.AreaId: Area ID this database represents

Declaration
public const string AreaId = "area_id"
Field Value
Type Description
String

CentralDbTag

TravelCurrent.CentralDbTag: 128-bit database tag (in hex) of the central database

Declaration
public const string CentralDbTag = "centralDbTag"
Field Value
Type Description
String

CentralGeneratedtime

TravelCurrent.CentralGeneratedtime: When was the central database generated

Declaration
public const string CentralGeneratedtime = "central_generatedtime"
Field Value
Type Description
String

CentralId

TravelCurrent.CentralId: ID of parent database (from its current_id)

Declaration
public const string CentralId = "central_id"
Field Value
Type Description
String

CurrentGeneratedtime

TravelCurrent.CurrentGeneratedtime: When was this database generated

Declaration
public const string CurrentGeneratedtime = "current_generatedtime"
Field Value
Type Description
String

CurrentId

TravelCurrent.CurrentId: Central=0, Departm.=H01000000-H7F000000, Travel=assoc_id

Declaration
public const string CurrentId = "current_id"
Field Value
Type Description
String

Databasetype

TravelCurrent.Databasetype: Default database type for prototypes made from this database, unless the Area record says something else

Declaration
public const string Databasetype = "databasetype"
Field Value
Type Description
String

DbTag

TravelCurrent.DbTag: 128-bit database tag (in hex) of this database

Declaration
public const string DbTag = "dbTag"
Field Value
Type Description
String

DefaultMakeReturn

TravelCurrent.DefaultMakeReturn: Default value for the 'make return log' checkbox, based on last answer

Declaration
public const string DefaultMakeReturn = "defaultMakeReturn"
Field Value
Type Description
String

EncryptedComm

TravelCurrent.EncryptedComm: Use encrypted communication back to parent: 0 = no, 1 = serial no as key, 2 = target db tag as key (secure but lots of hassle for support)

Declaration
public const string EncryptedComm = "encryptedComm"
Field Value
Type Description
String

FirstRecordnumber

TravelCurrent.FirstRecordnumber: First traveltranslog record in parent that was transmitted to this database

Declaration
public const string FirstRecordnumber = "first_recordnumber"
Field Value
Type Description
String

LastPlaybacknumber

TravelCurrent.LastPlaybacknumber: File number of last file read from our parent

Declaration
public const string LastPlaybacknumber = "last_playbacknumber"
Field Value
Type Description
String

LastPlaybacktime

TravelCurrent.LastPlaybacktime: Datetamp of when we last read a file from our parent

Declaration
public const string LastPlaybacktime = "last_playbacktime"
Field Value
Type Description
String

LastRecordnumber

TravelCurrent.LastRecordnumber: Traveltranslog record ID of last record this database has received from its parent

Declaration
public const string LastRecordnumber = "last_recordnumber"
Field Value
Type Description
String

LastRecordtime

TravelCurrent.LastRecordtime: Timestamp of last traveltranslog record received from the parent of this database

Declaration
public const string LastRecordtime = "last_recordtime"
Field Value
Type Description
String

ParentDbTag

TravelCurrent.ParentDbTag: 128-bit database tag (in hex) of this database's parent database

Declaration
public const string ParentDbTag = "parentDbTag"
Field Value
Type Description
String

Registered

TravelCurrent.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

TravelCurrent.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

Systemlevel

TravelCurrent.Systemlevel: 10 = central, 9 = first child, 8 = second-generation child

Declaration
public const string Systemlevel = "systemlevel"
Field Value
Type Description
String

TravelcurrentId

TravelCurrent.TravelcurrentId: Primary key

Declaration
public const string TravelcurrentId = "travelcurrent_id"
Field Value
Type Description
String

Updated

TravelCurrent.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

TravelCurrent.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

TravelCurrent.UpdatedCount: Number of updates made to this record

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