Table of Contents

Interface IChangeTracker

Namespace
GroupeIsa.Neos.Domain.Persistence
Assembly
GroupeIsa.Neos.Domain.Abstractions.dll

Provides the functionalities to access to change tracking information and operations for entity instances.

public interface IChangeTracker

Methods

GetChanges()

Gets the changed entities.

IEnumerable<IPersistedEntity> GetChanges()

Returns

IEnumerable<IPersistedEntity>

The changed entities.