Class DataSourceAuditLog
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
public class DataSourceAuditLog : AuditLog
Inheritance
object ← AuditLog ← DataSourceAuditLog
Inherited Members
AuditLog.Id, AuditLog.EventName, AuditLog.UserId, AuditLog.WorkerSite, AuditLog.UserClaims, AuditLog.UserInfo, AuditLog.CorrelationId, AuditLog.SysCorrelationId, AuditLog.Timestamp, AuditLog.IsCustomLog, AuditLog.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
BrowserAgent
public string BrowserAgent { get; set; }
Property Value
CaseId
Case Id of DO
public Guid? CaseId { get; set; }
Property Value
Guid?
Data
public Dictionary<string, object> Data { 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; }