DataWeb
Search Results for

    Show / Hide Table of Contents

    Class Login

    Inheritance
    object
    Login
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Identity
    Assembly: DataWeb.Core.dll
    Syntax
    public class Login

    Properties

    IsPersistent

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

    Password

    Declaration
    [Required(ErrorMessage = "Account.Common.Password_Required")]
    [DataType(DataType.Password)]
    public string Password { get; set; }
    Property Value
    Type Description
    string

    UserName

    Declaration
    [Required(ErrorMessage = "Account.Common.EmailOrUserName_Required")]
    public string UserName { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX