Method FromStoredValue
- Namespace
- MailFathom.Domain.Emails.Authorship
- Assembly
- MailFathom.Domain.dll
FromStoredValue(string?)
Reads back a revision a column stored.
public static MachineAuthorshipProfileRevision FromStoredValue(string? stored)
Parameters
Returns
- MachineAuthorshipProfileRevision
The revision, which is None when the row carries none.
Remarks
Nothing re-derives a stored revision, so nothing here re-checks one either: the value is opaque to every reader and is only ever compared with another revision for equality.