Class DBC.KbGroupEntryFields
Fields for KbGroupEntry, This table contains group entries for FAQ groups.
Inheritance
System.Object
DBC.KbGroupEntryFields
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|
System.String |
KbGroupEntryId
KbGroupEntry.KbGroupEntryId: The primary key (auto-incremented)
Declaration
public const string KbGroupEntryId = "id"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.String |