Show / Hide Table of Contents

Class DBC.ForeignDeviceFields

Fields for ForeignDevice, Middle level of Foreign Key system

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

Fields

DeviceId

ForeignDevice.DeviceId: Optional unique id of device (Palm pilot device ID, etc)

Declaration
public const string DeviceId = "device_id"
Field Value
Type Description
String

ForeignappId

ForeignDevice.ForeignappId: Reference to foregin application (device type)

Declaration
public const string ForeignappId = "foreignapp_id"
Field Value
Type Description
String

ForeigndeviceId

ForeignDevice.ForeigndeviceId: Primary key

Declaration
public const string ForeigndeviceId = "foreigndevice_id"
Field Value
Type Description
String

Lastsynced

ForeignDevice.Lastsynced: Last sync date

Declaration
public const string Lastsynced = "lastsynced"
Field Value
Type Description
String

LastsyncedTrans

ForeignDevice.LastsyncedTrans: Last sync traveltransactionlog id number

Declaration
public const string LastsyncedTrans = "lastsynced_trans"
Field Value
Type Description
String

Name

ForeignDevice.Name: Name of device

Declaration
public const string Name = "name"
Field Value
Type Description
String

OwnerId

ForeignDevice.OwnerId: Reference to SO user owning this device

Declaration
public const string OwnerId = "owner_id"
Field Value
Type Description
String

Registered

ForeignDevice.Registered: Registered when

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

RegisteredAssociateId

ForeignDevice.RegisteredAssociateId: Registered by whom

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

Updated

ForeignDevice.Updated: Last updated when

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

UpdatedAssociateId

ForeignDevice.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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