Click or drag to resize

DataObjectAuditLog Class

Data Object Audit Log information.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.AuditLogsDataAuditLog
    Casewhere.Runtime.AuditLogsDataObjectAuditLog

Namespace: Casewhere.Runtime.AuditLogs
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public class DataObjectAuditLog : DataAuditLog

The DataObjectAuditLog type exposes the following members.

Constructors
 NameDescription
Public methodDataObjectAuditLogInitializes a new instance of the DataObjectAuditLog class
Top
Properties
 NameDescription
Public propertyActivityId 
Public propertyBrowserAgent 
Public propertyCaseId 
Public propertyCorrelationId
(Inherited from DataAuditLog)
Public propertyData Collection of Data Object attribute value changes.
Public propertyDataClass 
Public propertyDataObjectId 
Public propertyEventName
(Inherited from DataAuditLog)
Public propertyId
(Inherited from DataAuditLog)
Public propertyIpAddress 
Public propertyPlatformVersion
(Inherited from DataAuditLog)
Public propertyTimestamp
(Inherited from DataAuditLog)
Public propertyUserClaims
(Inherited from DataAuditLog)
Public propertyUserId
(Inherited from DataAuditLog)
Public propertyWorkerSite
(Inherited from DataAuditLog)
Public propertyWorkflowId 
Top
See Also