-
Notifications
You must be signed in to change notification settings - Fork 2
IRepositoryManager
Aghyad khlefawi edited this page Apr 21, 2017
·
2 revisions
A container for the repositories, responsible for discovering, initializing and retrieving the repositories
| 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 |