Show / Hide Table of Contents

Class KbGroupRecordData

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

Inheritance
object
KbGroupRecordData
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 KbGroupRecordData
Remarks

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

Constructors

KbGroupRecordData()

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

Declaration
public KbGroupRecordData()
Remarks

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

Fields

DbiAgentId

Integration agent (eJournal)

Declaration
public int DbiAgentId
Field Value
Type Description
int
Remarks

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

DbiKey

The primary key for the integrated entry in the external datasource.

Declaration
public string DbiKey
Field Value
Type Description
string
Remarks

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

DbiLastModified

When the entry was last modified.

Declaration
public DateTime DbiLastModified
Field Value
Type Description
DateTime
Remarks

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

DbiLastSyncronized

Last external syncronization.

Declaration
public DateTime DbiLastSyncronized
Field Value
Type Description
DateTime
Remarks

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

Description

The description for this group.

Declaration
public string Description
Field Value
Type Description
string
Remarks

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

KbCategoryId

The id of the kb_category in which this group is located.

Declaration
public int KbCategoryId
Field Value
Type Description
int
Remarks

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

KbGroupId

The primary key (auto-incremented)

Declaration
public int KbGroupId
Field Value
Type Description
int
Remarks

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

ParentId

The parent group for this group. -1 if this is a toplevel group.

Declaration
public int ParentId
Field Value
Type Description
int
Remarks

Please use this class instead of a full KbGroupRow 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 KbGroupTableInfo 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)
KbGroupRecordDataExtensions.ToInsertAsync(KbGroupRecordData, 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