Class UserInfoUpdaterDto
This is a simple Dto to be used with the IUserInfoUpdater
Inheritance
System.Object
UserInfoUpdaterDto
Namespace: Dangl.Identity.Client.Mvc
Assembly: Dangl.Identity.Client.Mvc.dll
Syntax
public class UserInfoUpdaterDto : object
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 |