Show / Hide Table of Contents

Class DBC.KbGroupFields

Fields for KbGroup, This table contains FAQ groups. A group is a cluster of entries (potentially located anywhere in the FAQ hierarchy). A group is located in a certain category.

Inheritance
object
DBC.KbGroupFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.KbGroupFields

Fields

DbiAgentId

KbGroup.DbiAgentId: Integration agent (eJournal)

Declaration
public const string DbiAgentId = "dbi_agent_id"
Field Value
Type Description
string

DbiKey

KbGroup.DbiKey: The primary key for the integrated entry in the external datasource.

Declaration
public const string DbiKey = "dbi_key"
Field Value
Type Description
string

DbiLastModified

KbGroup.DbiLastModified: When the entry was last modified.

Declaration
public const string DbiLastModified = "dbi_last_modified"
Field Value
Type Description
string

DbiLastSyncronized

KbGroup.DbiLastSyncronized: Last external syncronization.

Declaration
public const string DbiLastSyncronized = "dbi_last_syncronized"
Field Value
Type Description
string

Description

KbGroup.Description: The description for this group.

Declaration
public const string Description = "description"
Field Value
Type Description
string

KbCategoryId

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

Declaration
public const string KbCategoryId = "kb_category_id"
Field Value
Type Description
string

KbGroupId

KbGroup.KbGroupId: The primary key (auto-incremented)

Declaration
public const string KbGroupId = "id"
Field Value
Type Description
string

ParentId

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

Declaration
public const string ParentId = "parent_id"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top