ข้ามไปยังเนื้อหา

Class TenantAdministrationWorkflowOutcomes

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll

Defines stable tenant-administration workflow outcomes.

public static class TenantAdministrationWorkflowOutcomes

objectTenantAdministrationWorkflowOutcomes

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

The requested tenant-administration command was applied.

public const string Applied = "applied"

string

Tenant-administration workflow execution is disabled.

public const string Disabled = "disabled"

string

An invitation command targeted an invitation whose state cannot transition through the requested command.

public const string InvalidInvitationState = "invalid-invitation-state"

string

An invitation command targeted an invitation that does not exist.

public const string InvitationNotFound = "invitation-not-found"

string

An invitation command was missing its required invitation target.

public const string InvitationTargetRequired = "invitation-target-required"

string

A membership command targeted a membership that does not exist.

public const string MembershipNotFound = "membership-not-found"

string

A membership command was missing its required principal target.

public const string MembershipTargetRequired = "membership-target-required"

string

A governance store failed before the requested command could be reported as applied.

public const string StoreFailed = "store-failed"

string