Show / Hide Table of Contents

Class UserLoginInfo

Inheritance
object
UserLoginInfo
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.Public.Web.Areas.Account.Controllers.Models
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class UserLoginInfo

Constructors

UserLoginInfo()

Declaration
public UserLoginInfo()

Properties

Password

Declaration
[Required]
[DataType(DataType.Password)]
public string Password { get; set; }
Property Value
Type Description
string

RememberMe

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

TenanId

Declaration
public Guid? TenanId { get; set; }
Property Value
Type Description
Guid?

UserNameOrEmailAddress

Declaration
[Required]
[StringLength(255)]
public string UserNameOrEmailAddress { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft