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

Class TenantInvitationStatuses

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

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

Defines stable tenant-invitation statuses understood by the governance runtime.

public static class TenantInvitationStatuses

objectTenantInvitationStatuses

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

The invitation has already been accepted.

public const string Accepted = "accepted"

string

The invitation is no longer within its valid time window.

public const string Expired = "expired"

string

The invitation can still be validated.

public const string Pending = "pending"

string

The invitation has been revoked before acceptance.

public const string Revoked = "revoked"

string