Show / Hide Table of Contents

Class DBC.KbEntryWordsFields

Fields for KbEntryWords, This table contains all the words and how many times the are refered to in the FAQ entires

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

Fields

EntryOrigin

KbEntryWords.EntryOrigin: Indicates if it is an entry word (0) or a category word (1).

Declaration
public const string EntryOrigin = "origin"
Field Value
Type Description
String

KbEntryWordsId

KbEntryWords.KbEntryWordsId: Primary key

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

Score

KbEntryWords.Score: Indicates how many occurences of this word we have

Declaration
public const string Score = "score"
Field Value
Type Description
String

Word

KbEntryWords.Word: A word found in a kb_entry

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