Show / Hide Table of Contents

Class EntityChange

Inheritance
System.Object
Entity
Entity<Guid>
EntityChange
Implements
IEntity<Guid>
IEntity
IMultiTenant
IHasExtraProperties
Inherited Members
Entity<Guid>.Id
Entity<Guid>.GetKeys()
Entity<Guid>.ToString()
Entity.EntityEquals(IEntity)
Namespace: Volo.Abp.AuditLogging
Assembly: Volo.Abp.AuditLogging.Domain.dll
Syntax
public class EntityChange : Entity<Guid>, IEntity<Guid>, IEntity, IMultiTenant, IHasExtraProperties

Constructors

EntityChange()

Declaration
protected EntityChange()

EntityChange(IGuidGenerator, Guid, EntityChangeInfo, Nullable<Guid>)

Declaration
public EntityChange(IGuidGenerator guidGenerator, Guid auditLogId, EntityChangeInfo entityChangeInfo, Guid? tenantId = null)
Parameters
Type Name Description
IGuidGenerator guidGenerator
Guid auditLogId
EntityChangeInfo entityChangeInfo
System.Nullable<Guid> tenantId

Properties

AuditLogId

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

ChangeTime

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

ChangeType

Declaration
public virtual EntityChangeType ChangeType { get; protected set; }
Property Value
Type Description
EntityChangeType

EntityId

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

EntityTenantId

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

EntityTypeFullName

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

ExtraProperties

Declaration
public virtual Dictionary<string, object> ExtraProperties { get; protected set; }
Property Value
Type Description
Dictionary<System.String, System.Object>

PropertyChanges

Declaration
public virtual ICollection<EntityPropertyChange> PropertyChanges { get; protected set; }
Property Value
Type Description
ICollection<EntityPropertyChange>

TenantId

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

Implements

IEntity<TKey>
IEntity
IMultiTenant
IHasExtraProperties

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