Class UserCreated
The event that happens when a user have been created in the service.
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 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
|