Class AbpLoginResult
Inheritance
System.Object
AbpLoginResult
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 AbpLoginResult
Constructors
AbpLoginResult(LoginResultType)
Declaration
public AbpLoginResult(LoginResultType result)
Parameters
| Type | Name | Description |
|---|---|---|
| LoginResultType | result |
Properties
Description
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Result
Declaration
public LoginResultType Result { get; }
Property Value
| Type | Description |
|---|---|
| LoginResultType |