Click or drag to resize

IObjectChangeTracker Interface

Defines an object change tracker.

Namespace:  TrackerDog
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
public interface IObjectChangeTracker : IEnumerable<IObjectPropertyChangeTracking>, 
	IEnumerable

The IObjectChangeTracker type exposes the following members.

Properties
  NameDescription
Public propertyChangedProperties
Gets a set of already changed properties
Public propertyUnchangedProperties
Gets a set of unchanged properties
Top
Methods
Events
  NameDescription
Public eventChanged
Occurs when a property change tracking changes
Top
Extension Methods
  NameDescription
Public Extension MethodToUntrackedEnumerable
Iterates the given enumerable and returns an instance of given target collection type configured implementation where each item will be also converted to untracked objects.
(Defined by ObjectChangeTrackingExtensions.)
Top
See Also