Class OrganisationCreated
The event that happens when an organisation have been created in the service.
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.Events
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class OrganisationCreated : OrganisationEvent, IEvent, Message, ISupportMultitenant
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.
IdentityNumber
Gets or sets the identity number for the organisation.
Declaration
public string IdentityNumber { get; set; }
Property Value
String
|
Name
ParentId
Gets the identity of this tenants parent, if any.
Declaration
public Guid? ParentId { get; set; }
Property Value
System.Nullable<System.Guid>
|