Show / Hide Table of Contents

Class IdentityLinkUser

Inheritance
System.Object
Entity
Entity<Guid>
BasicAggregateRoot<Guid>
IdentityLinkUser
Implements
IAggregateRoot<Guid>
IEntity<Guid>
IAggregateRoot
IEntity
IGeneratesDomainEvents
Inherited Members
BasicAggregateRoot<Guid>.GetLocalEvents()
BasicAggregateRoot<Guid>.GetDistributedEvents()
BasicAggregateRoot<Guid>.ClearLocalEvents()
BasicAggregateRoot<Guid>.ClearDistributedEvents()
BasicAggregateRoot<Guid>.AddLocalEvent(Object)
BasicAggregateRoot<Guid>.AddDistributedEvent(Object)
Entity<Guid>.Id
Entity<Guid>.GetKeys()
Entity<Guid>.ToString()
Entity.EntityEquals(IEntity)
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Domain.dll
Syntax
public class IdentityLinkUser : BasicAggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents

Constructors

IdentityLinkUser()

Initializes a new instance of IdentityLinkUser.

Declaration
protected IdentityLinkUser()

IdentityLinkUser(Guid, Guid, Nullable<Guid>, Guid, Nullable<Guid>)

Declaration
public IdentityLinkUser(Guid id, Guid sourceUserId, Guid? sourceTenantId, Guid targetUserId, Guid? targetTenantId)
Parameters
Type Name Description
Guid id
Guid sourceUserId
System.Nullable<Guid> sourceTenantId
Guid targetUserId
System.Nullable<Guid> targetTenantId

IdentityLinkUser(Guid, IdentityLinkUserInfo, IdentityLinkUserInfo)

Declaration
public IdentityLinkUser(Guid id, IdentityLinkUserInfo sourceUser, IdentityLinkUserInfo targetUser)
Parameters
Type Name Description
Guid id
IdentityLinkUserInfo sourceUser
IdentityLinkUserInfo targetUser

Properties

SourceTenantId

Declaration
public virtual Guid? SourceTenantId { get; protected set; }
Property Value
Type Description
System.Nullable<Guid>

SourceUserId

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

TargetTenantId

Declaration
public virtual Guid? TargetTenantId { get; protected set; }
Property Value
Type Description
System.Nullable<Guid>

TargetUserId

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

Implements

IAggregateRoot<TKey>
IEntity<TKey>
IAggregateRoot
IEntity
IGeneratesDomainEvents

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