Class NullEntityHistoryHelper
Inheritance
object
NullEntityHistoryHelper
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.EntityFrameworkCore.EntityHistory
Assembly: Volo.Abp.EntityFrameworkCore.dll
Syntax
public class NullEntityHistoryHelper : IEntityHistoryHelper
Properties
Instance
Declaration
public static NullEntityHistoryHelper Instance { get; }
Property Value
| Type | Description |
|---|---|
| NullEntityHistoryHelper |
Methods
CreateChangeList(ICollection<EntityEntry>)
Declaration
public List<EntityChangeInfo> CreateChangeList(ICollection<EntityEntry> entityEntries)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.ICollection<T><Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry> | entityEntries |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><EntityChangeInfo> |
UpdateChangeList(List<EntityChangeInfo>)
Declaration
public void UpdateChangeList(List<EntityChangeInfo> entityChanges)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<T><EntityChangeInfo> | entityChanges |