Class DBC.ItemConfigFields
Fields for ItemConfig, This table is a generic table for storing item configuration. It is only used by the class ItemConfig.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ItemConfigFields
Fields
Domain
ItemConfig.Domain: The domain for which this item belongs (domains are defined in ItemConfig.h)
Declaration
public const string Domain = "domain"
Field Value
Type | Description |
---|---|
String |
ItemConfigId
ItemConfig.ItemConfigId: Primary key
Declaration
public const string ItemConfigId = "id"
Field Value
Type | Description |
---|---|
String |
ItemId
ItemConfig.ItemId: The id of the element for which this item belongs
Declaration
public const string ItemId = "item_id"
Field Value
Type | Description |
---|---|
String |
ItemName
ItemConfig.ItemName: The name for this config item
Declaration
public const string ItemName = "item_name"
Field Value
Type | Description |
---|---|
String |
ItemValue
ItemConfig.ItemValue: The value for this config item
Declaration
public const string ItemValue = "item_value"
Field Value
Type | Description |
---|---|
String |