Show / Hide Table of Contents

Class LinkUserLoginInfo

Inheritance
object
LinkUserLoginInfo
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 LinkUserLoginInfo

Constructors

LinkUserLoginInfo()

Declaration
public LinkUserLoginInfo()

Properties

LinkTenantId

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

LinkUserId

Declaration
[Required]
public Guid LinkUserId { get; set; }
Property Value
Type Description
Guid
In this article
Back to top Powered by Volosoft