Class OrganisationKeys
Represents an organisation unique identifier and group mother identifier.
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 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
|