The IRepositorySelector type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | CreateRepository(Assembly, Type) |
Creates a new repository for the assembly specified.
|
![]() | CreateRepository(String, Type) |
Creates a new repository with the name specified.
|
![]() | ExistsRepository |
Test if a named repository exists
|
![]() | GetAllRepositories |
Gets an array of all currently defined repositories.
|
![]() | GetRepository(Assembly) |
Gets the ILoggerRepository for the specified assembly.
|
![]() | GetRepository(String) |
Gets the named ILoggerRepository.
|
Events
Name | Description | |
---|---|---|
![]() | LoggerRepositoryCreatedEvent |
Event to notify that a logger repository has been created.
|
See Also