Class TenantMembershipStatuses
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Defines stable tenant-membership status identifiers.
public static class TenantMembershipStatusesInheritance
Section titled “Inheritance”object ← TenantMembershipStatuses
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”Active
Section titled “ Active”Gets the status used when the membership can participate in evaluation.
public const string Active = "active"Field Value
Section titled “Field Value”Expired
Section titled “ Expired”Gets the status used when the membership has intentionally expired.
public const string Expired = "expired"Field Value
Section titled “Field Value”Suspended
Section titled “ Suspended”Gets the status used when the membership exists but is blocked from evaluation.
public const string Suspended = "suspended"