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

RegValue

Registry.RegValue: The value for the registry entry.

Declaration
public const string RegValue = "value"
Field Value
Type Description
string

RegistryId

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

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