Class EjpackageItemRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ejpackage_item table.
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class EjpackageItemRecordData : Object
Remarks
Please use this class instead of a full EjpackageItemRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding EjpackageItemTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
EjpackageItemRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ejpackage_item table.
Declaration
public EjpackageItemRecordData()
Remarks
Please use this class instead of a full EjpackageItemRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding EjpackageItemTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
Domain
The domain for which this item belongs (domains are defined in PackageLib.h)
Declaration
public int Domain
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full EjpackageItemRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding EjpackageItemTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Ejpackage
The id of the package for which this item belongs
Declaration
public int Ejpackage
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full EjpackageItemRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding EjpackageItemTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
EjpackageItemId
Primary key
Declaration
public int EjpackageItemId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full EjpackageItemRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding EjpackageItemTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Idx
The index in the package
Declaration
public int Idx
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full EjpackageItemRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding EjpackageItemTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ItemId
The id of the element for which this item belongs
Declaration
public int ItemId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full EjpackageItemRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding EjpackageItemTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ParentId
The parent for this package item link. -1 if this is a toplevel item link.
Declaration
public int ParentId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full EjpackageItemRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding EjpackageItemTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
RefName
Used to reference the item in installscript
Declaration
public string RefName
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full EjpackageItemRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding EjpackageItemTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.