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