Class EntityChangeInfo
Inheritance
object
EntityChangeInfo
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.dll
Syntax
public class EntityChangeInfo : IHasExtraProperties
Constructors
EntityChangeInfo()
Declaration
public EntityChangeInfo()
Properties
ChangeTime
Declaration
public DateTime ChangeTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
ChangeType
Declaration
public EntityChangeType ChangeType { get; set; }
Property Value
| Type | Description |
|---|---|
| EntityChangeType |
EntityEntry
Declaration
public virtual object EntityEntry { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
EntityId
Declaration
public string EntityId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EntityTenantId
Declaration
public Guid? EntityTenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid? |
EntityTypeFullName
Declaration
public string EntityTypeFullName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExtraProperties
Declaration
public ExtraPropertyDictionary ExtraProperties { get; }
Property Value
| Type | Description |
|---|---|
| ExtraPropertyDictionary |
PropertyChanges
Declaration
public List<EntityPropertyChangeInfo> PropertyChanges { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><EntityPropertyChangeInfo> |
Methods
Merge(EntityChangeInfo)
Declaration
public virtual void Merge(EntityChangeInfo changeInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityChangeInfo | changeInfo |