Show / Hide Table of Contents

Class ChangeUserPasswordViewModel

Inheritance
object
ChangeUserPasswordViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity.Pro.Blazor.Pages.Identity
Assembly: Volo.Abp.Identity.Pro.Blazor.dll
Syntax
public class ChangeUserPasswordViewModel

Constructors

ChangeUserPasswordViewModel()

Declaration
public ChangeUserPasswordViewModel()

Properties

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid

NewPassword

Declaration
[DataType(DataType.Password)]
public string NewPassword { get; set; }
Property Value
Type Description
string

UserName

Declaration
public string UserName { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft