Show / Hide Table of Contents

Class ListOrganisation

Represents a minimal organisation when searching for users.

Inheritance
Object
ListOrganisation
Organisation
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.EntityFrameworkCore.dll
Syntax
public class ListOrganisation

Properties

Id

Gets or sets the identity of the organisation.

Declaration
public Guid Id { get; set; }
Property Value
System.Guid

IdentityNumber

Gets or sets the identity number for the organisation.

Declaration
public string IdentityNumber { get; set; }
Property Value
String

Name

Gets the name of the tenant.

Declaration
public string Name { get; set; }
Property Value
String

Back to top Generated by DocFX