This documentation is archived and is not being maintained.
IEntityChangeTracker Interface
Visual Studio 2010
Defines the facilities that are used by Object Services to track changes that are made to the properties of an object.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
