Unosquare
    Show / Hide Table of Contents

    Class ChangePasswordModel

    Inheritance
    System.Object
    ChangePasswordModel
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Unosquare.PassCore.Web.Models
    Syntax
    public class ChangePasswordModel

    Properties

    CurrentPassword

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

    NewPassword

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

    NewPasswordVerify

    Declaration
    public string NewPasswordVerify { get; set; }
    Property Value
    Type Description
    System.String

    Recaptcha

    Declaration
    public string Recaptcha { get; set; }
    Property Value
    Type Description
    System.String

    Username

    Declaration
    public string Username { get; set; }
    Property Value
    Type Description
    System.String

    Comments

    Back to top Copyright © 2017-2019 Unosquare