Show / Hide Table of Contents

Class DBC.ItemConfigFields

Fields for ItemConfig, This table is a generic table for storing item configuration. It is only used by the class ItemConfig.

Inheritance
Object
DBC.ItemConfigFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ItemConfigFields : Object

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top