Show / Hide Table of Contents

Class ChangePasswordModel

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

Constructors

ChangePasswordModel()

Declaration
public ChangePasswordModel()

Properties

CurrentPassword

Declaration
public string CurrentPassword { get; set; }
Property Value
Type Description
string

HideOldPasswordInput

Declaration
public bool HideOldPasswordInput { get; set; }
Property Value
Type Description
bool

NewPassword

Declaration
public string NewPassword { get; set; }
Property Value
Type Description
string

NewPasswordConfirm

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