Table of Contents

Interface IDataSource<TMarker>

Namespace
Savvyio.Extensions.DependencyInjection
Assembly
Savvyio.Extensions.DependencyInjection.dll

Defines a generic way to support multiple implementations that does the actual I/O communication with a source of data.

public interface IDataSource<TMarker> : IDataSource, IDependencyInjectionMarker<TMarker>

Type Parameters

TMarker

The type used to mark the implementation that this data source represents. Optimized for Microsoft Dependency Injection.

See Also