Show / Hide Table of Contents

Class IdentityLinkUserInfo

Inheritance
System.Object
IdentityLinkUserInfo
Namespace: Volo.Abp.Identity
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
Type Description
Guid

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft