Class DBC.RegistryFields
Fields for Registry, System settings
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class RegistryFields : Object
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 |