Show / Hide Table of Contents

Class DBC.TravellerFields

Fields for Traveller, Associates traveling out from this database

Inheritance
object
DBC.TravellerFields
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.TravellerFields

Fields

AreaId

Traveller.AreaId: ID of Area this traveller is on

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

Databasetype

Traveller.Databasetype: The database type he has

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

DbTag

Traveller.DbTag: Database tag, used for encryption key

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

DefaultMakeReturn

Traveller.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

Traveller.EncryptedComm: Use encrypted communication for this traveller: 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

Generatedtime

Traveller.Generatedtime: Time of exit (local update)

Declaration
public const string Generatedtime = "generatedtime"
Field Value
Type Description
string

LastPlaybacknumber

Traveller.LastPlaybacknumber: File number of last file receieved from this traveller

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

LastPlaybacktime

Traveller.LastPlaybacktime: Datetime when we last read a file from this traveller

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

LastRecordnumber

Traveller.LastRecordnumber: Record ID of last traveltranslog record receieved from this traveller

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

LastRecordtime

Traveller.LastRecordtime: Datestamp from last traveltrans record read from this traveller (async)

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

Registered

Traveller.Registered: Registered when

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

RegisteredAssociateId

Traveller.RegisteredAssociateId: Registered by whom

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

Systemlevel

Traveller.Systemlevel: level in hierarchy

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

TravelId

Traveller.TravelId: Central=0, Departm.=H01000000-H7F000000, Travel=assoc_id

Declaration
public const string TravelId = "travel_id"
Field Value
Type Description
string

TravellerId

Traveller.TravellerId: Primary key

Declaration
public const string TravellerId = "traveller_id"
Field Value
Type Description
string

Updated

Traveller.Updated: Last updated when

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

UpdatedAssociateId

Traveller.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

Traveller.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