Show / Hide Table of Contents

Class OrganisationKeys

Represents an organisation unique identifier and group mother identifier.

Inheritance
Object
OrganisationKeys
TrustedDomainMatch
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 class OrganisationKeys

Properties

GroupMotherId

Gets or sets the Id of the group mother (root organisation) in the organisation tree.

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

Remarks

For the group mother, this value will be the same as Id.

Id

Gets or sets the identity of the organisation.

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

Back to top Generated by DocFX