Class IdentityLinkUserInfo
Inheritance
System.Object
IdentityLinkUserInfo
Assembly: Volo.Abp.Identity.Domain.dll
Syntax
public class IdentityLinkUserInfo : object
Constructors
IdentityLinkUserInfo(Guid, Nullable<Guid>)
Declaration
public IdentityLinkUserInfo(Guid userId, Guid? tenantId)
Parameters
Type |
Name |
Description |
Guid |
userId |
|
System.Nullable<Guid> |
tenantId |
|
Properties
TenantId
Declaration
public virtual Guid? TenantId { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|
UserId
Declaration
public virtual Guid UserId { get; set; }
Property Value
Extension Methods