Class DBC.KbHttpLinkFields
Fields for KbHttpLink, This table contains URL's associated with a single FAQ entry.
Inheritance
System.Object
DBC.KbHttpLinkFields
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 KbHttpLinkFields
Fields
EntryId
KbHttpLink.EntryId: The id of the kb entry this entry is connected to.
Declaration
public const string EntryId = "entry_id"
Field Value
Type | Description |
---|---|
System.String |
HttpLink
KbHttpLink.HttpLink: The URL for this link.
Declaration
public const string HttpLink = "http_link"
Field Value
Type | Description |
---|---|
System.String |
KbHttpLinkId
KbHttpLink.KbHttpLinkId: The primary key (auto-incremented)
Declaration
public const string KbHttpLinkId = "id"
Field Value
Type | Description |
---|---|
System.String |
Name
KbHttpLink.Name: The name for this link.
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
System.String |