Show / Hide Table of Contents

Class UserViewModel

Inheritance
System.Object
UserViewModel
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: Mix.Identity.Models.AccountViewModels
Assembly: mix.identity.dll
Syntax
public class UserViewModel

Properties

| Improve this Doc View Source

ConfirmPassword

Declaration
[Display(Name = "Confirm Password")]
[DataType(DataType.Password)]
public string ConfirmPassword { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Email

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

Id

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

Name

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

Password

Declaration
[DataType(DataType.Password)]
public string Password { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

UserName

Declaration
public string UserName { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾