Table of Contents

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

string

EntityId

public ShortGuid? EntityId { get; init; }

Property Value

ShortGuid?

IpAddress

public string IpAddress { get; set; }

Property Value

string

Request

public string Request { get; init; }

Property Value

string

UserEmail

public string UserEmail { get; init; }

Property Value

string

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

Returns

AuditLogDto