Show / Hide Table of Contents

Class DBC.LogEventsFields

Fields for LogEvents, System log

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

Fields

EventGroup

LogEvents.EventGroup: See NewLog::EventGroup

Declaration
public const string EventGroup = "event_group"
Field Value
Type Description
string

EventId

LogEvents.EventId: See NewLog::EventId

Declaration
public const string EventId = "event_id"
Field Value
Type Description
string

EventType

LogEvents.EventType: Notification=1, warning=2, error=3, critical error=4

Declaration
public const string EventType = "event_type"
Field Value
Type Description
string

LogEventsId

LogEvents.LogEventsId: Primary key

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

SourceUser

LogEvents.SourceUser: The user generating the event. 1=system, other=ejuser.id

Declaration
public const string SourceUser = "source_user"
Field Value
Type Description
string

SourceUserDesc

LogEvents.SourceUserDesc: Describing the id in source_user. eg user name or customer name or (System)

Declaration
public const string SourceUserDesc = "source_user_desc"
Field Value
Type Description
string

TargetId

LogEvents.TargetId: The id of the target entity (ticket.id, customer.id etc)

Declaration
public const string TargetId = "target_id"
Field Value
Type Description
string

TimeOfEvent

LogEvents.TimeOfEvent: When did the event take place

Declaration
public const string TimeOfEvent = "time_of_event"
Field Value
Type Description
string

Var1

LogEvents.Var1: Dynamic info

Declaration
public const string Var1 = "var1"
Field Value
Type Description
string

Var2

LogEvents.Var2: Dynamic info

Declaration
public const string Var2 = "var2"
Field Value
Type Description
string

Var3

LogEvents.Var3: Dynamic info

Declaration
public const string Var3 = "var3"
Field Value
Type Description
string

Var4

LogEvents.Var4: Dynamic info

Declaration
public const string Var4 = "var4"
Field Value
Type Description
string

Var5

LogEvents.Var5: Dynamic info

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