Click or drag to resize

ICollectionChangeTrackingConfigurationAddOrUpdateImplementationTInterface, TImplementation, TCollectionChangeInterceptor Method

Adds or updates a collection change tracking implementations.

Namespace:  TrackerDog.Configuration
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
void AddOrUpdateImplementation<TInterface, TImplementation, TCollectionChangeInterceptor>()
where TInterface : IEnumerable
where TImplementation : class, TInterface
where TCollectionChangeInterceptor : class

Type Parameters

TInterface
The collection interface of the collection to which the change tracking implementation should track
TImplementation
The collection implementation of the given collection interface
TCollectionChangeInterceptor
The collection change tracking implementation
See Also