Class PrivatePersonsExtensions
Extension methods for determine if it a tenant is private persons.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public static class PrivatePersonsExtensions
Methods
IsPrivatePersons(Guid)
Gets if tenantId
represents private persons.
Declaration
public static bool IsPrivatePersons(this Guid tenantId)
Parameters
System.Guid
tenantId
|
Returns
Boolean
true if |
IsPrivatePersons(Nullable<Guid>)
Gets if tenantId
represents private persons.
Declaration
public static bool IsPrivatePersons(this Guid? tenantId)
Parameters
System.Nullable<System.Guid>
tenantId
|
Returns
Boolean
true if |