Class DataObjectAuditLog
Namespace: Casewhere.Runtime.AuditLogs
Assembly: Casewhere.Runtime.dll
Data Object Audit Log information.
public class DataObjectAuditLog : DataAuditLog
Inheritance
object ← DataAuditLog ← DataObjectAuditLog
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
AdditionalData
public IDictionary<string, object> AdditionalData { get; set; }
Property Value
BrowserAgent
public string BrowserAgent { get; set; }
Property Value
CaseId
public Guid CaseId { get; set; }
Property Value
Data
Collection of Data Object attribute value changes.
public IList<ValueChange> Data { get; set; }
Property Value
DataClass
public string DataClass { get; set; }
Property Value
DataObjectId
public string DataObjectId { get; set; }
Property Value
IpAddress
public string IpAddress { get; set; }
Property Value
WorkflowId
public Guid WorkflowId { get; set; }