Show / Hide Table of Contents

Class DBC.KbGroupEntryFields

Fields for KbGroupEntry, This table contains group entries for FAQ groups.

Inheritance
Object
DBC.KbGroupEntryFields
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 KbGroupEntryFields

Fields

KbEntryId

KbGroupEntry.KbEntryId: The id of the kb_entry this entry references.

Declaration
public const string KbEntryId = "kb_entry_id"
Field Value
Type Description
String

KbGroupEntryId

KbGroupEntry.KbGroupEntryId: The primary key (auto-incremented)

Declaration
public const string KbGroupEntryId = "id"
Field Value
Type Description
String

KbGroupId

KbGroupEntry.KbGroupId: The id of the group in which this entry is located.

Declaration
public const string KbGroupId = "kb_group_id"
Field Value
Type Description
String

SortPos

KbGroupEntry.SortPos: A number (strictly ascending) indicating the sorted position for this element.

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