Table of Contents

Class DataObjectAuditLog

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

Data Object Audit Log information.

public class DataObjectAuditLog : DataAuditLog

Inheritance

objectDataAuditLogDataObjectAuditLog

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<DataObjectAuditLog>(DataObjectAuditLog)

Constructors

DataObjectAuditLog()

public DataObjectAuditLog()

Properties

ActivityId

public Guid ActivityId { get; set; }

Property Value

Guid

AdditionalData

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

Property Value

IDictionary<string, object>

BrowserAgent

public string BrowserAgent { get; set; }

Property Value

string

CaseId

public Guid CaseId { get; set; }

Property Value

Guid

Data

Collection of Data Object attribute value changes.

public IList<ValueChange> Data { get; set; }

Property Value

IList<ValueChange>

DataClass

public string DataClass { get; set; }

Property Value

string

DataObjectId

public string DataObjectId { get; set; }

Property Value

string

IpAddress

public string IpAddress { get; set; }

Property Value

string

WorkflowId

public Guid WorkflowId { get; set; }

Property Value

Guid