Class TicketLoggerProcessor.OldAndNew
Contains information about a particular field change in the ticket
Namespace: SuperOffice.Data.Private.TicketLogging
Assembly: SoDataBase.dll
Syntax
public class OldAndNew : Object
Constructors
OldAndNew()
Contains information about a particular field change in the ticket
Declaration
public OldAndNew()
Fields
FieldDataType
Contains information about a particular field change in the ticket
Declaration
public FieldDataType FieldDataType
Field Value
Type | Description |
---|---|
FieldDataType |
LogChange
Contains information about a particular field change in the ticket
Declaration
public TicketLogFieldChange LogChange
Field Value
Type | Description |
---|---|
TicketLogFieldChange |
NewValue
Contains information about a particular field change in the ticket
Declaration
public object NewValue
Field Value
Type | Description |
---|---|
Object |
PersistedValue
Contains information about a particular field change in the ticket
Declaration
public object PersistedValue
Field Value
Type | Description |
---|---|
Object |
Methods
ToString()
Contains information about a particular field change in the ticket
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |