Search documentationEsc

IRepositoryFactory

A factory abstraction for a component that can

Namespace: Microsoft.Azure.CosmosRepository
Kind: interface

A factory abstraction for a component that can create IRepository instances.

public interface IRepositoryFactory

Example

Members

Method

IRepositoryFactory.RepositoryOf<TItem>()

Gets an IRepository instance for the given TItem type.

IRepository<TItem> RepositoryOf<TItem>() where TItem : class, IItem

ReturnsIRepository{{TItem}}: An IRepository of TItem.