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 TenantInvitationStatusesInheritance
Section titled “Inheritance”object ← TenantInvitationStatuses
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”Accepted
Section titled “ Accepted”The invitation has already been accepted.
public const string Accepted = "accepted"Field Value
Section titled “Field Value”Expired
Section titled “ Expired”The invitation is no longer within its valid time window.
public const string Expired = "expired"Field Value
Section titled “Field Value”Pending
Section titled “ Pending”The invitation can still be validated.
public const string Pending = "pending"Field Value
Section titled “Field Value”Revoked
Section titled “ Revoked”The invitation has been revoked before acceptance.
public const string Revoked = "revoked"