Class IdentityUserDelegation
Inheritance
IdentityUserDelegation
Assembly: Volo.Abp.Identity.Domain.dll
Syntax
public class IdentityUserDelegation : BasicAggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IMultiTenant
Constructors
IdentityUserDelegation()
Declaration
protected IdentityUserDelegation()
IdentityUserDelegation(Guid, Guid, Guid, DateTime, DateTime, Guid?)
Declaration
public IdentityUserDelegation(Guid id, Guid sourceUserId, Guid targetUserId, DateTime startTime, DateTime endTime, Guid? tenantId = null)
Parameters
Properties
EndTime
Declaration
public virtual DateTime EndTime { get; protected set; }
Property Value
SourceUserId
Declaration
public virtual Guid SourceUserId { get; protected set; }
Property Value
StartTime
Declaration
public virtual DateTime StartTime { get; protected set; }
Property Value
TargetUserId
Declaration
public virtual Guid TargetUserId { get; protected set; }
Property Value
TenantId
Declaration
public virtual Guid? TenantId { get; protected set; }
Property Value
Implements
Extension Methods