Method Of
- Namespace
- MailFathom.Domain.Mutations
- Assembly
- MailFathom.Domain.dll
Of(MailboxMutationStage)
Reads which lifecycle one recorded stage stands in.
public static MailboxMutationLifecycle Of(MailboxMutationStage stage)
Parameters
stageMailboxMutationStageThe stage a record carries.
Returns
- MailboxMutationLifecycle
The lifecycle that stage belongs to.
Exceptions
- ArgumentOutOfRangeException
Thrown when the stage is not one this build declares.