Unosquare
    Show / Hide Table of Contents

    Class ChangePasswordForm

    Inheritance
    System.Object
    ChangePasswordForm
    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 ChangePasswordForm

    Properties

    ChangePasswordButtonLabel

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

    CurrentPasswordHelpblock

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

    CurrentPasswordLabel

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

    HelpText

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

    NewPasswordHelpblock

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

    NewPasswordLabel

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

    NewPasswordVerifyHelpblock

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

    NewPasswordVerifyLabel

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

    UsernameDefaultDomainHelperBlock

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

    UsernameHelpblock

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

    UsernameLabel

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

    Comments

    Back to top Copyright © 2017-2019 Unosquare