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 IRepositoryFactoryExample
Members
Method
IRepositoryFactory.RepositoryOf<TItem>()
Gets an IRepository instance for the
given TItem type.
IRepository<TItem> RepositoryOf<TItem>() where TItem : class, IItemReturns — IRepository{{TItem}}: An IRepository of TItem.