Table of Contents

Class TrackedCollectionEntry

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll

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

serviceType Type
implementationType Type

Properties

ImplementationType

public Type ImplementationType { get; }

Property Value

Type

ServiceType

public Type ServiceType { get; }

Property Value

Type