Class TrackedCollectionEntry
Marker registered in DI by TrackMongoCollection(IServiceCollection, Type, Type)
so that UseMongoDB can discover externally tracked collections.
public sealed class TrackedCollectionEntry
- Inheritance
-
TrackedCollectionEntry
- Inherited Members
Constructors
TrackedCollectionEntry(Type, Type)
public TrackedCollectionEntry(Type serviceType, Type implementationType)
Parameters
Properties
ImplementationType
public Type ImplementationType { get; }
Property Value
ServiceType
public Type ServiceType { get; }