Class PersonUpdated
The event that happens when an person have been changed.
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 PersonUpdated : PersonEvent, IEvent, Message, ISupportMultitenant, IPersonName, IHaveEmail
Properties
Gets or sets the entity's email.
Declaration
public string Email { get; set; }
Property Value
String
|
Implements
FirstName
Gets or sets the persons first name.
Declaration
public string FirstName { get; set; }
Property Value
String
|
Implements
LastName
Gets or sets the persons last name.
Declaration
public string LastName { get; set; }
Property Value
String
|
Implements
OrganisationId
Gets or sets the identity of the organisation that the user belongs to. Can be the same as the tenant id, but it could also be a child organisation.
Declaration
public Guid? OrganisationId { get; set; }
Property Value
System.Nullable<System.Guid>
|