Class UserUpdated
The event that happens when an organisation 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 UserUpdated : UserInteractionEvent, IEvent, Message, ISupportMultitenant
Properties
EmailConfirmed
PhoneNumber
PhoneNumberConfirmed
Username
ValidFrom
Gets or sets the System.DateTime, in UTC, from which the user is valid to sign-in.
Declaration
public DateTime ValidFrom { get; set; }
Property Value
System.DateTime
|
ValidTo
Gets or sets the System.DateTime, in UTC, on which the user is valid to sign-in.
Declaration
public DateTime? ValidTo { get; set; }
Property Value
System.Nullable<System.DateTime>
|