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