Class TicketLoggerProcessor.QueryData
Contains information regarding query that changed the ticket
Namespace: SuperOffice.Data.Private.TicketLogging
Assembly: SoDataBase.dll
Syntax
public class QueryData : Object
Constructors
QueryData()
Contains information regarding query that changed the ticket
Declaration
public QueryData()
Fields
AdditionalInfo
Contains information regarding query that changed the ticket
Declaration
public Dictionary<string, object> AdditionalInfo
Field Value
| Type | Description |
|---|---|
| Dictionary<String, Object> |
FieldData
Contains information regarding query that changed the ticket
Declaration
public Dictionary<string, TicketLoggerProcessor.OldAndNew> FieldData
Field Value
| Type | Description |
|---|---|
| Dictionary<String, TicketLoggerProcessor.OldAndNew> |
IsMessageLog
Contains information regarding query that changed the ticket
Declaration
public bool IsMessageLog
Field Value
| Type | Description |
|---|---|
| Boolean |
MessageId
Contains information regarding query that changed the ticket
Declaration
public int MessageId
Field Value
| Type | Description |
|---|---|
| Int32 |
QueryType
Contains information regarding query that changed the ticket
Declaration
public SqlType QueryType
Field Value
| Type | Description |
|---|---|
| SqlType |
TicketId
Contains information regarding query that changed the ticket
Declaration
public int TicketId
Field Value
| Type | Description |
|---|---|
| Int32 |
Properties
PrimaryId
Contains information regarding query that changed the ticket
Declaration
public int PrimaryId { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
ToString()
Contains information regarding query that changed the ticket
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String |