Class TenantAdministrationWorkflowOutcomes
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Defines stable tenant-administration workflow outcomes.
public static class TenantAdministrationWorkflowOutcomesInheritance
Section titled “Inheritance”object ← TenantAdministrationWorkflowOutcomes
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”Applied
Section titled “ Applied”The requested tenant-administration command was applied.
public const string Applied = "applied"Field Value
Section titled “Field Value”Disabled
Section titled “ Disabled”Tenant-administration workflow execution is disabled.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”InvalidInvitationState
Section titled “ InvalidInvitationState”An invitation command targeted an invitation whose state cannot transition through the requested command.
public const string InvalidInvitationState = "invalid-invitation-state"Field Value
Section titled “Field Value”InvitationNotFound
Section titled “ InvitationNotFound”An invitation command targeted an invitation that does not exist.
public const string InvitationNotFound = "invitation-not-found"Field Value
Section titled “Field Value”InvitationTargetRequired
Section titled “ InvitationTargetRequired”An invitation command was missing its required invitation target.
public const string InvitationTargetRequired = "invitation-target-required"Field Value
Section titled “Field Value”MembershipNotFound
Section titled “ MembershipNotFound”A membership command targeted a membership that does not exist.
public const string MembershipNotFound = "membership-not-found"Field Value
Section titled “Field Value”MembershipTargetRequired
Section titled “ MembershipTargetRequired”A membership command was missing its required principal target.
public const string MembershipTargetRequired = "membership-target-required"Field Value
Section titled “Field Value”StoreFailed
Section titled “ StoreFailed”A governance store failed before the requested command could be reported as applied.
public const string StoreFailed = "store-failed"