Struct MailAnsweringAuditEntryId
- Namespace
- MailFathom.Domain.Answering.Audit
- Assembly
- MailFathom.Domain.dll
Identifies one entry of an answering audit trail, independently of the run it records.
public readonly record struct MailAnsweringAuditEntryId : IEquatable<MailAnsweringAuditEntryId>
- Implements
- Inherited Members
Remarks
It is its own identity rather than the run's because one run leaves an entry per account in its scope, so the run identifier addresses a set rather than a row. It is also what a continuation cursor names to break a tie between two entries that ended in the same instant.
Properties
- Value
Gets the non-empty UUID value.
Methods
- Create(Guid)
Creates an audit entry identifier from a non-empty UUID.
- ToString()
Returns the fully qualified type name of this instance.