Class TicketLogChangeRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ticket_log_change table.
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class TicketLogChangeRecordData
Remarks
Please use this class instead of a full TicketLogChangeRow 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 TicketLogChangeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
TicketLogChangeRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ticket_log_change table.
Declaration
public TicketLogChangeRecordData()
Remarks
Please use this class instead of a full TicketLogChangeRow 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 TicketLogChangeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
ActionId
The id of ticket_log_action this entry is connected to.
Declaration
public int ActionId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full TicketLogChangeRow 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 TicketLogChangeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ExtraFieldId
The id of the extra_field this entry is connected to.
Declaration
public int ExtraFieldId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full TicketLogChangeRow 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 TicketLogChangeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
FromValue
A the 'from' value
Declaration
public string FromValue
Field Value
Type | Description |
---|---|
string |
Remarks
Please use this class instead of a full TicketLogChangeRow 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 TicketLogChangeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
LogChange
An enum indicating what kind of log-entry this is.
Declaration
public int LogChange
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full TicketLogChangeRow 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 TicketLogChangeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
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 |
Remarks
Please use this class instead of a full TicketLogChangeRow 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 TicketLogChangeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
TicketId
The id of the ticket this entry is connected to.
Declaration
public int TicketId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full TicketLogChangeRow 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 TicketLogChangeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
TicketLogChangeId
The primary key (auto-incremented)
Declaration
public int TicketLogChangeId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full TicketLogChangeRow 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 TicketLogChangeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ToValue
A the 'to' value
Declaration
public string ToValue
Field Value
Type | Description |
---|---|
string |
Remarks
Please use this class instead of a full TicketLogChangeRow 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 TicketLogChangeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.