Skip to content

IRepositoryManager

Aghyad khlefawi edited this page Apr 21, 2017 · 2 revisions

A container for the repositories, responsible for discovering, initializing and retrieving the repositories

Methods

Name Description
RegisterRepositories(params string[]) Discover and register the repository marked with IRepositoryAttribute from assemblies using reflection
RegisterRepositories(params KeyValuePair<Type, Type>[]) Register the provided repositories
GetRepository[TInterface] Gets a repository by its interface
GetRepositories Returns all the registered repositories
Clone this wiki locally