Class OrganisationUpdated
The event that happens when an organisation is updated.
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 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
|