Class EntityChangeEntry
Inheritance
System.Object
EntityChangeEntry
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class EntityChangeEntry : object
Constructors
EntityChangeEntry(Object, EntityChangeType)
Declaration
public EntityChangeEntry(object entity, EntityChangeType changeType)
Parameters
Properties
ChangeType
Declaration
public EntityChangeType ChangeType { get; set; }
Property Value
Entity
Declaration
public object Entity { get; set; }
Property Value
Type |
Description |
System.Object |
|
Extension Methods