Show / Hide Table of Contents

Class OrganisationUpdated

The event that happens when an organisation is updated.

Inheritance
Object
Event
OrganisationEvent
OrganisationUpdated
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 OrganisationUpdated : OrganisationEvent, IEvent, Message, ISupportMultitenant

Properties

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

Back to top Generated by DocFX