Show / Hide Table of Contents

Class TicketLogActionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ticket_log_action table.

Inheritance
object
TicketLogActionRecordData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOfficeCRMRows
Assembly: SoDataBase.dll
Syntax
public class TicketLogActionRecordData
Remarks

Please use this class instead of a full TicketLogActionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TicketLogActionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Constructors

TicketLogActionRecordData()

Declaration
public TicketLogActionRecordData()

Fields

CustomerId

The id of the customer this entry is connected to.

Declaration
public int CustomerId
Field Value
Type Description
int

Description

Action description, only used by customer actions like ejscript

Declaration
public string Description
Field Value
Type Description
string

Details

Field for storing details of the log action as e.g. JSON

Declaration
public string Details
Field Value
Type Description
string

LogAction

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

Declaration
public TicketLogAction LogAction
Field Value
Type Description
TicketLogAction

LogWhen

When the action occured.

Declaration
public DateTime LogWhen
Field Value
Type Description
DateTime

MessageId

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

Declaration
public int MessageId
Field Value
Type Description
int

OrgTicketId

The id of the orignal ticket this entry was connected to.

Declaration
public int OrgTicketId
Field Value
Type Description
int

TicketId

The id of the ticket this entry is connected to.

Declaration
public int TicketId
Field Value
Type Description
int

TicketLogActionId

The primary key (auto-incremented)

Declaration
public int TicketLogActionId
Field Value
Type Description
int

UserId

The id of the user this entry is connected to.

Declaration
public int UserId
Field Value
Type Description
int

Extension Methods

EnumUtil.MapEnums<From, To>(From)
TicketLogActionRecordDataExtensions.ToInsertAsync(TicketLogActionRecordData, CancellationToken)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top