Show / Hide Table of Contents

Class EjpackageItemRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ejpackage_item table.

Inheritance
object
EjpackageItemRecordData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class 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.

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
int
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
int
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
int
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
int
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
int
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
int
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.

Extension Methods

EnumUtil.MapEnums<From, To>(From)
EjpackageItemRecordDataExtensions.ToInsertAsync(EjpackageItemRecordData, CancellationToken)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top