Show / Hide Table of Contents

    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 Source

    IdenticonId

    Dto value

    Declaration
    public string IdenticonId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UserEmail

    Dto value

    Declaration
    public string UserEmail { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UserId

    Dto value

    Declaration
    public string UserId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UserName

    Dto value

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    ObjectExtensions.Clone<T>(T)
    • Improve this Doc
    • View Source
    Back to top © Dangl IT GmbH