Show / Hide Table of Contents

Class LinkUserDto

Inheritance
object
LinkUserDto
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
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public class LinkUserDto

Constructors

LinkUserDto()

Declaration
public LinkUserDto()

Properties

DirectlyLinked

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

TargetTenantId

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

TargetTenantName

Declaration
public virtual string TargetTenantName { get; set; }
Property Value
Type Description
string

TargetUserId

Declaration
public virtual Guid TargetUserId { get; set; }
Property Value
Type Description
Guid

TargetUserName

Declaration
public virtual string TargetUserName { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft