Class EntityPropertyChange
Inheritance
System.Object
EntityPropertyChange
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
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
IMultiTenant
Extension Methods