Class AuditLogEntry
- Namespace
- JJConsulting.Infinity.Domain.AuditLog
- Assembly
- JJConsulting.Infinity.Domain.dll
public class AuditLogEntry
Inheritance
-
Inherited Members
-
Properties
CssClass
public required string CssClass { get; init; }
Property Value
- string
-
ImpersonateUser
public required UserInfo? ImpersonateUser { get; init; }
Property Value
- UserInfo?
-
IpAddress
public required string? IpAddress { get; init; }
Property Value
- string?
-
Message
public required string Message { get; init; }
Property Value
- string
-
MessageArgs
public required string[] MessageArgs { get; init; }
Property Value
- string[]
-
Timestamp
public required DateTime Timestamp { get; init; }
Property Value
- DateTime
-
Title
public required string Title { get; init; }
Property Value
- string
-
User
public required UserInfo User { get; init; }
Property Value
- UserInfo
-
UserAgent
public string? UserAgent { get; init; }
Property Value
- string?
-