Show / Hide Table of Contents

Class DBC.TicketLogChangeFields

Fields for TicketLogChange, This table contains log entries for the tickets.

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

Fields

ActionId

TicketLogChange.ActionId: The id of ticket_log_action this entry is connected to.

Declaration
public const string ActionId = "action_id"
Field Value
Type Description
String

ExtraFieldId

TicketLogChange.ExtraFieldId: The id of the extra_field this entry is connected to.

Declaration
public const string ExtraFieldId = "extra_field_id"
Field Value
Type Description
String

FromValue

TicketLogChange.FromValue: A the 'from' value

Declaration
public const string FromValue = "from_value"
Field Value
Type Description
String

LogChange

TicketLogChange.LogChange: An enum indicating what kind of log-entry this is.

Declaration
public const string LogChange = "log_change"
Field Value
Type Description
String

MessageId

TicketLogChange.MessageId: If this entry is connected to a message, then this is a message change log entry.

Declaration
public const string MessageId = "message_id"
Field Value
Type Description
String

TicketId

TicketLogChange.TicketId: The id of the ticket this entry is connected to.

Declaration
public const string TicketId = "ticket_id"
Field Value
Type Description
String

TicketLogChangeId

TicketLogChange.TicketLogChangeId: The primary key (auto-incremented)

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

ToValue

TicketLogChange.ToValue: A the 'to' value

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