Class AuditEvent
Represents an audit event.
Inherited Members
Namespace: DataWeb.Audit
Assembly: DataWeb.Core.dll
Syntax
public class AuditEvent
Properties
Action
Gets or sets the action performed in the audit event.
Declaration
public AuditEventAction Action { get; set; }
Property Value
Type | Description |
---|---|
AuditEventAction |
Description
Gets or sets the description of the audit event.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
EventContext
Gets or sets the context of the audit event.
Declaration
public string EventContext { get; set; }
Property Value
Type | Description |
---|---|
string |
EventDate
Gets or sets the date and time when the audit event occurred.
Declaration
public DateTimeOffset? EventDate { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EventUrl
Gets or sets the URL of the request that generated the audit event.
Declaration
public string EventUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
EventValues
Gets or sets the values of the audit event.
Declaration
public string EventValues { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpirationDate
Gets or sets the expiration date of the audit event.
Declaration
public DateTimeOffset? ExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
HostName
Gets or sets the name of the host where the audit event was generated.
Declaration
public string HostName { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets or sets the unique identifier.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
ReferenceId
Gets or sets the identifier of the object referenced in the audit event.
Declaration
public string ReferenceId { get; set; }
Property Value
Type | Description |
---|---|
string |
ReferenceType
Gets or sets the type of the object referenced in the audit event.
Declaration
public string ReferenceType { get; set; }
Property Value
Type | Description |
---|---|
string |
RemoteIpAddress
Gets or sets the IP address of the client that generated the audit event.
Declaration
public string RemoteIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
UserDescription
Gets or sets the description of the user associated with the audit event.
Declaration
public string UserDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
UserIdMaster
Gets or sets the identifier of the user associated with the audit event.
Declaration
public string UserIdMaster { get; set; }
Property Value
Type | Description |
---|---|
string |