Show / Hide Table of Contents

Class EntityPropertyChange

Inheritance
System.Object
Entity
Entity<Guid>
EntityPropertyChange
Implements
IEntity<Guid>
IEntity
IMultiTenant
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 EntityPropertyChange : Entity<Guid>, IEntity<Guid>, IEntity, IMultiTenant

Constructors

EntityPropertyChange()

Declaration
protected EntityPropertyChange()

EntityPropertyChange(IGuidGenerator, Guid, EntityPropertyChangeInfo, Nullable<Guid>)

Declaration
public EntityPropertyChange(IGuidGenerator guidGenerator, Guid entityChangeId, EntityPropertyChangeInfo entityChangeInfo, Guid? tenantId = null)
Parameters
Type Name Description
IGuidGenerator guidGenerator
Guid entityChangeId
EntityPropertyChangeInfo entityChangeInfo
System.Nullable<Guid> tenantId

Properties

EntityChangeId

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

NewValue

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

OriginalValue

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

PropertyName

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

PropertyTypeFullName

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

TenantId

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

Implements

IEntity<TKey>
IEntity
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