IEntityChangeTracker Interface

Definition

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

public interface IEntityChangeTracker
type IEntityChangeTracker = interface
Public Interface IEntityChangeTracker
Derived

Properties

EntityState

Gets current state of a tracked object.

Methods

EntityComplexMemberChanged(String, Object, String)

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

EntityComplexMemberChanging(String, Object, String)

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

EntityMemberChanged(String)

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

EntityMemberChanging(String)

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

Applies to