Class ListOrganisation
Represents a minimal organisation when searching for users.
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.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
|