Show / Hide Table of Contents

Class DBC.RegistryFields

Fields for Registry, System settings

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

Fields

Name

Registry.Name: A descriptive string for the entry

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

RegId

Registry.RegId: The enum used as identificator

Declaration
public const string RegId = "reg_id"
Field Value
Type Description
String

RegistryId

Registry.RegistryId: The primary key (auto-incremented)

Declaration
public const string RegistryId = "id"
Field Value
Type Description
String

RegValue

Registry.RegValue: The value for the registry entry.

Declaration
public const string RegValue = "value"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top