Show / Hide Table of Contents

Class OrganisationCreated

The event that happens when an organisation have been created in the service.

Inheritance
Object
Event
OrganisationEvent
OrganisationCreated
Inherited Members
Event.ShouldSerializeOccuredLocalTime()
Event.EventId
Event.CorrelationId
Event.TraceId
Event.AggregateId
Event.CausedBy
Event.CausedByPersonId
Event.OwnerId
Event.Occured
Event.OccuredLocalTime
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.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

Gets the name of the tenant.

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

ParentId

Gets the identity of this tenants parent, if any.

Declaration
public Guid? ParentId { get; set; }
Property Value
System.Nullable<System.Guid>

Extension Methods

OrganisationExtensions.IsTenant(OrganisationCreated)
Back to top Generated by DocFX