Skip to content

Class TenantMembershipStatuses

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

Defines stable tenant-membership status identifiers.

public static class TenantMembershipStatuses

objectTenantMembershipStatuses

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

Gets the status used when the membership can participate in evaluation.

public const string Active = "active"

string

Gets the status used when the membership has intentionally expired.

public const string Expired = "expired"

string

Gets the status used when the membership exists but is blocked from evaluation.

public const string Suspended = "suspended"

string