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