Table of Contents

Class BaseFullAuditableEntityDto

Namespace
Raytha.Application.Common.Models
Assembly
Raytha.Application.dll
public record BaseFullAuditableEntityDto : BaseAuditableEntityDto, IBaseEntityDto, IEquatable<BaseEntityDto>, IEquatable<BaseAuditableEntityDto>, IEquatable<BaseFullAuditableEntityDto>
Inheritance
BaseFullAuditableEntityDto
Implements
Derived
Inherited Members

Properties

DeleterUserId

public ShortGuid? DeleterUserId { get; init; }

Property Value

ShortGuid?

DeletionTime

public DateTime? DeletionTime { get; init; }

Property Value

DateTime?

IsDeleted

public bool IsDeleted { get; init; }

Property Value

bool