Show / Hide Table of Contents

Class ExtraTablesEntryRecordData

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

Inheritance
Object
ExtraTablesEntryRecordData
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class ExtraTablesEntryRecordData : Object
Remarks

Please use this class instead of a full ExtraTablesEntryRow 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 ExtraTablesEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Constructors

ExtraTablesEntryRecordData()

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

Declaration
public ExtraTablesEntryRecordData()
Remarks

Please use this class instead of a full ExtraTablesEntryRow 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 ExtraTablesEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Fields

EntryId

The id of the entry in the extra table.

Declaration
public int EntryId
Field Value
Type Description
Int32
Remarks

Please use this class instead of a full ExtraTablesEntryRow 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 ExtraTablesEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

ExtraTablesEntryId

The primary key (auto-incremented)

Declaration
public int ExtraTablesEntryId
Field Value
Type Description
Int32
Remarks

Please use this class instead of a full ExtraTablesEntryRow 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 ExtraTablesEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

ExtraTablesResult

The id of the result.

Declaration
public int ExtraTablesResult
Field Value
Type Description
Int32
Remarks

Please use this class instead of a full ExtraTablesEntryRow 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 ExtraTablesEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

NextId

The id of the entry in the extra table.

Declaration
public int NextId
Field Value
Type Description
Int32
Remarks

Please use this class instead of a full ExtraTablesEntryRow 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 ExtraTablesEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

OrderPos

Used to order elements when listed.

Declaration
public int OrderPos
Field Value
Type Description
Int32
Remarks

Please use this class instead of a full ExtraTablesEntryRow 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 ExtraTablesEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

PageNum

The pagenum of this result entry in the table.

Declaration
public int PageNum
Field Value
Type Description
Int32
Remarks

Please use this class instead of a full ExtraTablesEntryRow 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 ExtraTablesEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

PrevId

The id of the entry in the extra table.

Declaration
public int PrevId
Field Value
Type Description
Int32
Remarks

Please use this class instead of a full ExtraTablesEntryRow 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 ExtraTablesEntryTableInfo 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)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
ExtraTablesEntryRecordDataExtensions.ToInsert(ExtraTablesEntryRecordData)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top