Show / Hide Table of Contents

Class AbpLoginResult

Inheritance
object
AbpLoginResult
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 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
string

Result

Declaration
public LoginResultType Result { get; }
Property Value
Type Description
LoginResultType
In this article
Back to top Powered by Volosoft