Table of Contents

Class DataSourceAuditLog

Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll

public class DataSourceAuditLog : AuditLog

Inheritance

objectAuditLogDataSourceAuditLog

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

string

CaseId

Case Id of DO

public Guid? CaseId { get; set; }

Property Value

Guid?

Data

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

Property Value

Dictionary<string, object>

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