Show / Hide Table of Contents

Class UserLoginInfo

Inheritance
System.Object
UserLoginInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.Account.Public.Web.Areas.Account.Controllers.Models
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class UserLoginInfo

Properties

Password

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

RememberMe

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

TenanId

Declaration
public Guid? TenanId { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

UserNameOrEmailAddress

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