Show / Hide Table of Contents

Class DBC.KbEntryLogFields

Fields for KbEntryLog, Who and when, if somebody edits a knowledge base entry

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

Fields

KbEntryId

KbEntryLog.KbEntryId: The id of the kb_entry that triggered this action.

Declaration
public const string KbEntryId = "kb_entry_id"
Field Value
Type Description
String

KbEntryLogId

KbEntryLog.KbEntryLogId: The primary key (auto-incremented)

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

LogWhen

KbEntryLog.LogWhen: When the action occured.

Declaration
public const string LogWhen = "log_when"
Field Value
Type Description
String

UserId

KbEntryLog.UserId: The id of the user that created this comment.

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