Show / Hide Table of Contents

Class UserCreated

The event that happens when a user have been created in the service.

Inheritance
Object
Event
UserEvent
UserInteractionEvent
UserUpdated
UserCreated
Inherited Members
UserUpdated.Username
UserUpdated.Email
UserUpdated.EmailConfirmed
UserUpdated.PhoneNumber
UserUpdated.PhoneNumberConfirmed
UserUpdated.ValidFrom
UserUpdated.ValidTo
UserInteractionEvent.FromIpAddress
UserInteractionEvent.Metadata
UserInteractionEvent.UserAgent
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 UserCreated : UserUpdated, IEvent, Message, ISupportMultitenant

Properties

AdditionalInvitationParameters

Gets or sets additional parameters to add in the link of an invitation.

Declaration
public string AdditionalInvitationParameters { get; }
Property Value
String

IsSystemUser

Gets or sets if the user is a system or not.

Declaration
public bool IsSystemUser { get; set; }
Property Value
Boolean

true if the user is a system; false if the user is human.

SendInvitation

Gets or sets if an invitaiton should be send to the user.

Declaration
public bool SendInvitation { get; set; }
Property Value
Boolean

Back to top Generated by DocFX