Show / Hide Table of Contents

Class PersonUpdated

The event that happens when an person have been changed.

Inheritance
Object
Event
PersonEvent
PersonUpdated
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 PersonUpdated : PersonEvent, IEvent, Message, ISupportMultitenant, IPersonName, IHaveEmail

Properties

Email

Gets or sets the entity's email.

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

Implements
IHaveEmail.Email

FirstName

Gets or sets the persons first name.

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

Implements
IPersonName.FirstName

LastName

Gets or sets the persons last name.

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

Implements
IPersonName.LastName

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>

Extension Methods

PersonExtensions.GetInitials(IPersonName)
Back to top Generated by DocFX