Class KbGroupRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_group table.
Inherited Members
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()
Declaration
public KbGroupRecordData()
Fields
DbiAgentId
Integration agent (eJournal)
Declaration
public int DbiAgentId
Field Value
Type | Description |
---|---|
Int32 |
DbiKey
The primary key for the integrated entry in the external datasource.
Declaration
public string DbiKey
Field Value
Type | Description |
---|---|
String |
DbiLastModified
When the entry was last modified.
Declaration
public DateTime DbiLastModified
Field Value
Type | Description |
---|---|
DateTime |
DbiLastSyncronized
Last external syncronization.
Declaration
public DateTime DbiLastSyncronized
Field Value
Type | Description |
---|---|
DateTime |
Description
The description for this group.
Declaration
public string Description
Field Value
Type | Description |
---|---|
String |
KbCategoryId
The id of the kb_category in which this group is located.
Declaration
public int KbCategoryId
Field Value
Type | Description |
---|---|
Int32 |
KbGroupId
The primary key (auto-incremented)
Declaration
public int KbGroupId
Field Value
Type | Description |
---|---|
Int32 |
ParentId
The parent group for this group. -1 if this is a toplevel group.
Declaration
public int ParentId
Field Value
Type | Description |
---|---|
Int32 |