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 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