Method IsAmendableBy
- Namespace
- MailFathom.Domain.Contacts
- Assembly
- MailFathom.Domain.dll
IsAmendableBy(ContactOrigin)
Answers whether a writer of the given origin may amend this contact.
public bool IsAmendableBy(ContactOrigin writer)
Parameters
writerContactOriginThe origin the writer acts under.
Returns
Remarks
The rule is symmetric and deliberately so. Collection may not touch what an owner wrote down, and an owner does not amend a collected contact either — they promote it first, which is the act that makes the record theirs.