Click or drag to resize

ICollectionChangeTrackingConfiguration Interface

Defines collection change-tracking configuration

Namespace:  TrackerDog.Configuration
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
public interface ICollectionChangeTrackingConfiguration

The ICollectionChangeTrackingConfiguration type exposes the following members.

Methods
  NameDescription
Public methodAddOrUpdateImplementationTInterface, TImplementation, TCollectionChangeInterceptor
Adds or updates a collection change tracking implementations.
Public methodCanTrack
Determines if a given type is a collection that has been configured to track its changes
Public methodGetImplementation
Gets configured collection type implementation for a given collection interface
Top
See Also