Show / Hide Table of Contents

    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 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 - Georg Dangl