Show / Hide Table of Contents

Class DBC.TemporaryWordsFields

Fields for TemporaryWords, This table is used as a temporary table, containing the words we want to search for in the FAQs

Inheritance
object
DBC.TemporaryWordsFields
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.TemporaryWordsFields

Fields

MagicNumber

TemporaryWords.MagicNumber: A magic number, securing unique rows

Declaration
public const string MagicNumber = "magic_number"
Field Value
Type Description
string

TemporaryWordsId

TemporaryWords.TemporaryWordsId: Primary key

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

Word

TemporaryWords.Word: The temporary word

Declaration
public const string Word = "word"
Field Value
Type Description
string

WordLength

TemporaryWords.WordLength: The length of the word

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