Class TicketLogChangeTableInfo
Table 'ticket_log_change': This table contains log entries for the tickets.
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("ticket_log_change")]
public class TicketLogChangeTableInfo : TableInfo, ICloneable
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Fields
DictionaryTableName
Conceptual name of table TicketLogChange in the database dictionary: ticket_log_change
Declaration
public const string DictionaryTableName = "ticket_log_change"
Field Value
Type | Description |
---|---|
String |
Properties
ActionId
Field 'action_id' in table 'ticket_log_change': Dictionary type FK, .NET type: Int32
The id of ticket_log_action this entry is connected to.
Declaration
public Int32FieldInfo ActionId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
ActionId_InnerJoin_TicketLogAction
Generated join from the foreign key ActionId in this table, to its target table TicketLogActionTableInfo.
Declaration
public TargetedInnerJoin<TicketLogActionTableInfo> ActionId_InnerJoin_TicketLogAction { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<TicketLogActionTableInfo> |
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
DictionaryTableNumber
Table number for table TicketLogChange in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database
Declaration
public int DictionaryTableNumber { get; }
Property Value
Type | Description |
---|---|
Int32 |
ExtraFieldId
Field 'extra_field_id' in table 'ticket_log_change': Dictionary type FK, .NET type: Int32
The id of the extra_field this entry is connected to.
Declaration
public Int32FieldInfo ExtraFieldId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
ExtraFieldId_InnerJoin_ExtraFields
Generated join from the foreign key ExtraFieldId in this table, to its target table ExtraFieldsTableInfo.
Declaration
public TargetedInnerJoin<ExtraFieldsTableInfo> ExtraFieldId_InnerJoin_ExtraFields { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<ExtraFieldsTableInfo> |
FromValue
Field 'from_value' in table 'ticket_log_change': Dictionary type String[256], .NET type: String
A the 'from' value
Declaration
public StringFieldInfo FromValue { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
LogChange
Field 'log_change' in table 'ticket_log_change': Dictionary type Int, .NET type: Int32
An enum indicating what kind of log-entry this is.
Declaration
public Int32FieldInfo LogChange { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
MessageId
Field 'message_id' in table 'ticket_log_change': Dictionary type FK, .NET type: Int32
If this entry is connected to a message, then this is a message change log entry.
Declaration
public Int32FieldInfo MessageId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
MessageId_InnerJoin_EjMessage
Generated join from the foreign key MessageId in this table, to its target table EjMessageTableInfo.
Declaration
public TargetedInnerJoin<EjMessageTableInfo> MessageId_InnerJoin_EjMessage { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<EjMessageTableInfo> |
RuntimeDefinition
Definition of the table as described in the deployed runtime dictionary
Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type | Description |
---|---|
SoTable |
TicketId
Field 'ticket_id' in table 'ticket_log_change': Dictionary type FK, .NET type: Int32
The id of the ticket this entry is connected to.
Declaration
public Int32FieldInfo TicketId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
TicketId_InnerJoin_Ticket
Generated join from the foreign key TicketId in this table, to its target table TicketTableInfo.
Declaration
public TargetedInnerJoin<TicketTableInfo> TicketId_InnerJoin_Ticket { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<TicketTableInfo> |
TicketLogChangeId
Field 'id' in table 'ticket_log_change': Dictionary type PK, .NET type: Int32
The primary key (auto-incremented)
Declaration
public Int32FieldInfo TicketLogChangeId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
ToValue
Field 'to_value' in table 'ticket_log_change': Dictionary type String[256], .NET type: String
A the 'to' value
Declaration
public StringFieldInfo ToValue { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |