Show / Hide Table of Contents

Class DBC.PreferenceFields

Fields for Preference, Not quite obsolete preference table; historical info mostly. From 6.1 this table now holds an upgrade stamp.

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

Fields

Pdata

Preference.Pdata: Changed to string[255]

Declaration
public const string Pdata = "pdata"
Field Value
Type Description
String

PreferenceId

Preference.PreferenceId: Primary key

Declaration
public const string PreferenceId = "preference_id"
Field Value
Type Description
String

Registered

Preference.Registered: Registered when

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

RegisteredAssociateId

Preference.RegisteredAssociateId: Registered by whom

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

Type

Preference.Type: Preference type

Declaration
public const string Type = "type"
Field Value
Type Description
String

Updated

Preference.Updated: Last updated when

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

UpdatedAssociateId

Preference.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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