Show / Hide Table of Contents

Class DBC.PrefDescLineFields

Fields for PrefDescLine, Preference description - multiple choice line - drives the Preference GUI. May be used by third-party developers to add system preferences to be updated from SuperOffice Maintenance client, instead of ini-files.

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

Fields

Description

PrefDescLine.Description: Description of preference value, multi-language parsed

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

IsBuiltin

PrefDescLine.IsBuiltin: 1 = This row populated and maintained by SuperOffice

Declaration
public const string IsBuiltin = "isBuiltin"
Field Value
Type Description
String

PrefDescId

PrefDescLine.PrefDescId: Preference description (parent)

Declaration
public const string PrefDescId = "PrefDesc_id"
Field Value
Type Description
String

PrefDescLineId

PrefDescLine.PrefDescLineId: Primary key

Declaration
public const string PrefDescLineId = "PrefDescLine_id"
Field Value
Type Description
String

PrefShowValue

PrefDescLine.PrefShowValue: Descriptive value, multilang-parsed, to put in list

Declaration
public const string PrefShowValue = "prefShowValue"
Field Value
Type Description
String

PrefValue

PrefDescLine.PrefValue: Possible value

Declaration
public const string PrefValue = "prefValue"
Field Value
Type Description
String

Registered

PrefDescLine.Registered: Registered when

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

RegisteredAssociateId

PrefDescLine.RegisteredAssociateId: Registered by whom

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

Updated

PrefDescLine.Updated: Last updated when

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

UpdatedAssociateId

PrefDescLine.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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