Show / Hide Table of Contents

Class ChangePasswordInput

Inheritance
object
ChangePasswordInput
Implements
IValidatableObject
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
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public class ChangePasswordInput : IValidatableObject

Constructors

ChangePasswordInput()

Declaration
public ChangePasswordInput()

Properties

CurrentPassword

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

NewPassword

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

Methods

Validate(ValidationContext)

Declaration
public IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
Parameters
Type Name Description
ValidationContext validationContext
Returns
Type Description
IEnumerable<ValidationResult>

Implements

IValidatableObject
In this article
Back to top Powered by Volosoft