Class DBC.EjpackageItemFields
Fields for EjpackageItem, This table stores info on installed packages in the system
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class EjpackageItemFields : Object
Fields
Domain
EjpackageItem.Domain: The domain for which this item belongs (domains are defined in PackageLib.h)
Declaration
public const string Domain = "domain"
Field Value
Type | Description |
---|---|
String |
Ejpackage
EjpackageItem.Ejpackage: The id of the package for which this item belongs
Declaration
public const string Ejpackage = "ejpackage"
Field Value
Type | Description |
---|---|
String |
EjpackageItemId
EjpackageItem.EjpackageItemId: Primary key
Declaration
public const string EjpackageItemId = "id"
Field Value
Type | Description |
---|---|
String |
Idx
EjpackageItem.Idx: The index in the package
Declaration
public const string Idx = "idx"
Field Value
Type | Description |
---|---|
String |
ItemId
EjpackageItem.ItemId: The id of the element for which this item belongs
Declaration
public const string ItemId = "item_id"
Field Value
Type | Description |
---|---|
String |
ParentId
EjpackageItem.ParentId: The parent for this package item link. -1 if this is a toplevel item link.
Declaration
public const string ParentId = "parent_id"
Field Value
Type | Description |
---|---|
String |
RefName
EjpackageItem.RefName: Used to reference the item in installscript
Declaration
public const string RefName = "ref_name"
Field Value
Type | Description |
---|---|
String |