Class TenantInvitationDeliveryOutcomes
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Defines stable outcomes for tenant invitation delivery dispatch.
public static class TenantInvitationDeliveryOutcomesInheritance
Section titled “Inheritance”object ← TenantInvitationDeliveryOutcomes
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”Disabled
Section titled “ Disabled”Invitation delivery dispatch is disabled.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”Dispatched
Section titled “ Dispatched”The invitation was dispatched through a configured sender.
public const string Dispatched = "dispatched"Field Value
Section titled “Field Value”InvitationExpired
Section titled “ InvitationExpired”The requested invitation expired before dispatch.
public const string InvitationExpired = "invitation-expired"Field Value
Section titled “Field Value”InvitationNotFound
Section titled “ InvitationNotFound”The requested invitation was not found.
public const string InvitationNotFound = "invitation-not-found"Field Value
Section titled “Field Value”InvitationNotPending
Section titled “ InvitationNotPending”The requested invitation is no longer pending.
public const string InvitationNotPending = "invitation-not-pending"Field Value
Section titled “Field Value”SenderFailed
Section titled “ SenderFailed”The sender failed or returned a failed outcome.
public const string SenderFailed = "sender-failed"Field Value
Section titled “Field Value”SenderNotConfigured
Section titled “ SenderNotConfigured”No matching delivery sender was registered.
public const string SenderNotConfigured = "sender-not-configured"Field Value
Section titled “Field Value”StoreFailed
Section titled “ StoreFailed”The dispatch outcome could not be persisted.
public const string StoreFailed = "store-failed"Field Value
Section titled “Field Value”Suppressed
Section titled “ Suppressed”The sender deliberately suppressed delivery.
public const string Suppressed = "suppressed"