Table of Contents

Class DataSourceAuditLog

Namespace: Casewhere.Runtime.AuditLogs
Assembly: Casewhere.Runtime.dll

Data Source Audit Log information.

public class DataSourceAuditLog : DataAuditLog

Inheritance

objectDataAuditLogDataSourceAuditLog

Inherited Members

DataAuditLog.Id, DataAuditLog.EventName, DataAuditLog.UserId, DataAuditLog.WorkerSite, DataAuditLog.UserClaims, DataAuditLog.UserInfo, DataAuditLog.CorrelationId, DataAuditLog.SysCorrelationId, DataAuditLog.Timestamp, DataAuditLog.IsCustomLog, DataAuditLog.PlatformVersion, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<DataSourceAuditLog>(DataSourceAuditLog)

Constructors

DataSourceAuditLog()

public DataSourceAuditLog()

Properties

ActivityId

public Guid ActivityId { get; set; }

Property Value

Guid

BrowserAgent

public string BrowserAgent { get; set; }

Property Value

string

CaseId

public Guid CaseId { get; set; }

Property Value

Guid

Data

Collection of Data Source attribute value changes.

public IDictionary<string, object> Data { get; set; }

Property Value

IDictionary<string, object>

DataClass

public string DataClass { get; set; }

Property Value

string

DataObjectId

public string DataObjectId { get; set; }

Property Value

string

DataSourceId

public Guid DataSourceId { get; set; }

Property Value

Guid

IpAddress

public string IpAddress { get; set; }

Property Value

string

WorkflowId

public Guid WorkflowId { get; set; }

Property Value

Guid