Show / Hide Table of Contents

Class IdentitySecurityLog

Inheritance
System.Object
Entity
Entity<Guid>
BasicAggregateRoot<Guid>
AggregateRoot<Guid>
IdentitySecurityLog
Implements
IAggregateRoot<Guid>
IEntity<Guid>
IAggregateRoot
IEntity
IGeneratesDomainEvents
IHasExtraProperties
IHasConcurrencyStamp
IMultiTenant
Inherited Members
AggregateRoot<Guid>.ExtraProperties
AggregateRoot<Guid>.ConcurrencyStamp
AggregateRoot<Guid>.Validate(ValidationContext)
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 IdentitySecurityLog : AggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, IMultiTenant

Constructors

IdentitySecurityLog()

Declaration
protected IdentitySecurityLog()

IdentitySecurityLog(IGuidGenerator, SecurityLogInfo)

Declaration
public IdentitySecurityLog(IGuidGenerator guidGenerator, SecurityLogInfo securityLogInfo)
Parameters
Type Name Description
IGuidGenerator guidGenerator
SecurityLogInfo securityLogInfo

Properties

Action

Declaration
public string Action { get; protected set; }
Property Value
Type Description
System.String

ApplicationName

Declaration
public string ApplicationName { get; protected set; }
Property Value
Type Description
System.String

BrowserInfo

Declaration
public string BrowserInfo { get; protected set; }
Property Value
Type Description
System.String

ClientId

Declaration
public string ClientId { get; protected set; }
Property Value
Type Description
System.String

ClientIpAddress

Declaration
public string ClientIpAddress { get; protected set; }
Property Value
Type Description
System.String

CorrelationId

Declaration
public string CorrelationId { get; protected set; }
Property Value
Type Description
System.String

CreationTime

Declaration
public DateTime CreationTime { get; protected set; }
Property Value
Type Description
DateTime

Identity

Declaration
public string Identity { get; protected set; }
Property Value
Type Description
System.String

TenantId

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

TenantName

Declaration
public string TenantName { get; protected set; }
Property Value
Type Description
System.String

UserId

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

UserName

Declaration
public string UserName { get; protected set; }
Property Value
Type Description
System.String

Implements

IAggregateRoot<TKey>
IEntity<TKey>
IAggregateRoot
IEntity
IGeneratesDomainEvents
IHasExtraProperties
IHasConcurrencyStamp
IMultiTenant

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, 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