IEntityChangeTracker Interface

 

This interface is implemented by a change tracker and is used by data classes to report changes

Namespace:   System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

public interface IEntityChangeTracker

NameDescription
System_CAPS_pubpropertyEntityState

Gets current state of a tracked object.

NameDescription
System_CAPS_pubmethodEntityComplexMemberChanged(String, Object, String)

Notifies the change tracker that a property of a complex type has changed.

System_CAPS_pubmethodEntityComplexMemberChanging(String, Object, String)

Notifies the change tracker of a pending change to a complex property.

System_CAPS_pubmethodEntityMemberChanged(String)

Notifies the change tracker that a property of an entity type has changed.

System_CAPS_pubmethodEntityMemberChanging(String)

Notifies the change tracker of a pending change to a property of an entity type.