Class EntityChangeEntry
Inherited Members
Namespace: Volo.Abp.Domain.Entities.Events
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class EntityChangeEntry
Constructors
EntityChangeEntry(object, EntityChangeType)
Declaration
public EntityChangeEntry(object entity, EntityChangeType changeType)
Parameters
Type | Name | Description |
---|---|---|
object | entity | |
EntityChangeType | changeType |
Properties
ChangeType
Declaration
public EntityChangeType ChangeType { get; set; }
Property Value
Type | Description |
---|---|
EntityChangeType |
Entity
Declaration
public object Entity { get; set; }
Property Value
Type | Description |
---|---|
object |