Click or drag to resize

DataSourceAuditLog Class

Data Source Audit Log information.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.AuditLogsDataAuditLog
    Casewhere.Runtime.AuditLogsDataSourceAuditLog

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

The DataSourceAuditLog type exposes the following members.

Constructors
 NameDescription
Public methodDataSourceAuditLogInitializes a new instance of the DataSourceAuditLog class
Top
Properties
 NameDescription
Public propertyActivityId 
Public propertyBrowserAgent 
Public propertyCaseId 
Public propertyCorrelationId
(Inherited from DataAuditLog)
Public propertyData Collection of Data Source attribute value changes.
Public propertyDataClass 
Public propertyDataObjectId 
Public propertyDataSourceId 
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