Show / Hide Table of Contents

Class PrivatePersonsExtensions

Extension methods for determine if it a tenant is private persons.

Inheritance
Object
PrivatePersonsExtensions
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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 tenantId represents private persons; otherwise false.

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 tenantId represents private persons; otherwise false.

Back to top Generated by DocFX