IEntityChangeTracker Interface
Defines the facilities that are used by Object Services to track changes that are made to the properties of an object.
Namespace: System.Data.Objects.DataClasses
Assembly: System.Data.Entity (in System.Data.Entity.dll)
The IEntityChangeTracker type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | EntityComplexMemberChanged | Notifies the change tracker that a property of a complex type has changed. |
![]() | EntityComplexMemberChanging | Notifies the change tracker of a pending change to a complex property. |
![]() | EntityMemberChanged | Notifies the change tracker that a property of an entity type has changed. |
![]() | EntityMemberChanging | Notifies the change tracker of a pending change to a property of an entity type. |
EntityObject and ComplexObject are the base classes for entity types and complex types generated by the Entity Data Model tools. Both base classes use IEntityChangeTracker to report property changes.
For more information, see Identity Resolution, State Managment, and Change Tracking and Tracking Changes in POCO Entities.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

