Class AuditLogDto
- Namespace
- Raytha.Application.AuditLogs
- Assembly
- Raytha.Application.dll
public record AuditLogDto : BaseAuditableEntityDto, IBaseEntityDto, IEquatable<BaseEntityDto>, IEquatable<BaseAuditableEntityDto>, IEquatable<AuditLogDto>
- Inheritance
-
AuditLogDto
- Implements
- Inherited Members
Properties
Category
public string Category { get; init; }
Property Value
EntityId
public ShortGuid? EntityId { get; init; }
Property Value
- ShortGuid?
IpAddress
public string IpAddress { get; set; }
Property Value
Request
public string Request { get; init; }
Property Value
UserEmail
public string UserEmail { get; init; }
Property Value
Methods
GetProjection()
public static Expression<Func<AuditLog, AuditLogDto>> GetProjection()
Returns
- Expression<Func<AuditLog, AuditLogDto>>
GetProjection(AuditLog)
public static AuditLogDto GetProjection(AuditLog auditLog)
Parameters
auditLog
AuditLog