IObjectChangeTracker Methods |
The IObjectChangeTracker type exposes the following members.
Name | Description | |
---|---|---|
GetDynamicTrackingByProperty |
Gets a dynamic object property tracking by specifying a property name
| |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIObjectPropertyChangeTracking.) | |
GetTrackingByProperty(PropertyInfo) |
Gets an object property tracking by specifying a property
| |
GetTrackingByPropertyT, TProperty(ExpressionFuncT, TProperty) |
Gets an object property tracking by specifying a property selector
| |
GetTrackingGraphFromProperty |
Name | Description | |
---|---|---|
ToUntrackedEnumerable |
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.) |