Table of Contents

Namespace ToSic.Eav.Services

Interfaces

IDataSourceGenerator<T>

A factory/generator to create one specific kind of data source.

Note: This is not meant for use in Razor code, but to be used in custom DataSources which may need other internal data sources to work.

Where possible, use the Generator instead of the IDataSourcesService. The Generator makes it clearer when you only need to use a single typed DataSource and not need access to all kinds of DataSources.

IDataSourcesService

A factory to create / initialize data sources.

Not meant for use in Razor code, but to be used in custom DataSources which may need other internal data sources to work.