Class UserInfoUpdaterDto
This is a simple Dto to be used with the IUserInfoUpdater
Inheritance
System.Object
UserInfoUpdaterDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.Identity.Client.Mvc
Assembly: Dangl.Identity.Client.Mvc.dll
Syntax
public class UserInfoUpdaterDto
Properties
| Improve this Doc View SourceIdenticonId
Dto value
Declaration
public string IdenticonId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserEmail
Dto value
Declaration
public string UserEmail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserId
Dto value
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Dto value
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |